10 Commits

Author SHA1 Message Date
Kishore Nallan
341515f614 Consider synonym locale during synonym matching.
Some checks failed
tests / test (push) Has been cancelled
2024-11-01 18:51:12 +05:30
Kishore Nallan
8ef6bcb939 Merge branch 'v0.26-facets' into v27
# Conflicts:
#	include/collection.h
#	include/collection_manager.h
#	include/synonym_index.h
#	include/tsconfig.h
#	src/collection.cpp
#	src/collection_manager.cpp
#	src/synonym_index.cpp
#	src/typesense_server_utils.cpp
#	test/collection_manager_test.cpp
#	test/collection_synonyms_test.cpp
2024-03-20 15:34:28 +05:30
Krunal Gandhi
c3560dee27
Synonyms typos (#1620)
* correct query token typos before synonym reduction

* use art_tree for typo searching synonyms

* add prefix support, add typos, prefix config params
2024-03-18 12:21:03 +05:30
Krunal Gandhi
cc815297ef
pagination for synonyms (#1591)
* pagination for synonyms

* return synonym_op directly
2024-03-01 21:23:02 +05:30
krunal
7144b2f67d fixing when multiple synonyms are substituted in query 2023-09-21 15:27:34 +05:30
Kishore Nallan
d3c1b77cef Don't rewrite to meta data to store when loading collection. 2023-05-30 13:10:11 +05:30
Kishore Nallan
44d489ed54 Fix synonym loading regression. 2023-01-06 20:52:05 +05:30
Kishore Nallan
940c2b982d Support locale and symbols_to_index in synonyms. 2022-09-20 14:38:23 +05:30
Kishore Nallan
2e3bbca1b8 Fix symbols not being supported in synonyms. 2022-07-14 16:14:35 +05:30
Kishore Nallan
66cb71039f Do drop tokens at a global level. 2022-03-23 18:53:48 +05:30