-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: pick the distance between words in search * fix: added fuzzy search and better layout for search * Breaking: added reference to index * fix: changed full text search layout * fix: merged book list and book tree to one place, removing topics. * fix: if index does not match, reset the index. * fix: roll back to query parser for fuzzy search. * disable distance for fuzzy searches, as they aren't supported by tantivy. * feat: added results counts for every facet(topic) * fix: fixed the bug - endless loop * feat: added search results counts to books. feat: select content of text controler for library browser and find ref * minor fixes * feat: order search results by relevance/catalogue order * fix: returned selectionArea * feat: added option to reset index * feat: faceted search * refactor: reorganizes the code * Update flutter.yml * chore: fixed use of search_engine from git * Merge branch 'more_work_on_search' of https://github.com/Sivan22/otzaria into more_work_on_search * Update flutter.yml * chore: fixed typo * Merge branch 'more_work_on_search' of https://github.com/Sivan22/otzaria into more_work_on_search * feat: adding selection using ctrl * Merge branch 'main' into more_work_on_search
- Loading branch information
Showing
33 changed files
with
886 additions
and
518 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
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
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
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.