aux-search/import-scripts
Rok Garbas 86ad9d036d
Reworked search query (#197)
- still muse multi_match but now with cross_fields type
- add edge n-gram index field since cross_fields works only with match
  and this way we can have prefix support
- suffix support is still supported as before by reversing the words in
  data and query
- for query we now create variations of all multi_match queries. from 2
  words you get 4 queries, from 3 works you get 8 queries and so on.
2020-09-23 14:39:36 +02:00
..
import_scripts Reworked search query (#197) 2020-09-23 14:39:36 +02:00
tests add suffix search (or reverse prefix) (#176) 2020-09-01 17:20:35 +02:00
default.nix Suggestions for search field (#74) 2020-07-02 14:27:49 +02:00
poetry.lock Suggestions for search field (#74) 2020-07-02 14:27:49 +02:00
pyproject.toml Suggestions for search field (#74) 2020-07-02 14:27:49 +02:00