-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Resolved issues with the search feature. - Implemented diacritic-insensitive searching. - Enhanced search to be insensitive to Unicode categories: Mark (M), Punctuation (P), Symbol (S), and Control (C), as well as the Arabic Tatweel character (U+0640). - Normalized search strings using Unicode Normalization Form KD. - Unified search and autocomplete behavior by adopting a consistent matching algorithm. TODO: - Integrate Full-Text Search (FTS) for enhanced searching capabilities. - Extend search functionality to include all downloaded translations and tafseers. - Implement collapsible search results, allowing users to collapse specific results for easier navigation to subsequent entries.
- Loading branch information
1 parent
79fa74e
commit a2a6965
Showing
38 changed files
with
1,667 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92 changes: 0 additions & 92 deletions
92
Domain/QuranTextKit/Sources/Search/SearchResultsProcessor.swift
This file was deleted.
Oops, something went wrong.
86 changes: 0 additions & 86 deletions
86
Domain/QuranTextKit/Sources/Search/SearchTermProcessor.swift
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.