1752 Commits

Author SHA1 Message Date
Kishore Nallan
bde8c2a8a8 Don't send origin response header when not allowed. 2022-03-14 16:27:20 +05:30
Kishore Nallan
39f12edd3d Add override level option to filter curated hits. 2022-03-13 20:53:38 +05:30
Kishore Nallan
9197627e81 Add option to filter curated hits. 2022-03-11 20:52:22 +05:30
Kishore Nallan
671be25190 Add test case for negation query. 2022-03-11 13:29:06 +05:30
Kishore Nallan
51a5f268e2 Take care of token order in phrase search. 2022-03-11 13:22:14 +05:30
Jason Bosco
004f6eae03 Merge pull request #546 from vnugent/patch-1
Add OpenTacos to list
2022-03-10 15:27:15 -06:00
Kishore Nallan
d0a0597fcb Parameterize facet query num typos. 2022-03-10 19:05:30 +05:30
Viet Nguyen
bf78008e8a Add OpenTacos to list 2022-03-10 13:00:59 +01:00
Kishore Nallan
7cc533ff8d Refactor search API parameter parsing. 2022-03-10 17:22:45 +05:30
Kishore Nallan
80a4e7d17d Refactor bucket text match logic + add test. 2022-03-09 16:58:33 +05:30
Kishore Nallan
e90dc8cbd7 Fix query index searched queries mismatch. 2022-03-09 14:41:49 +05:30
Jason Bosco
365c7f668e Merge pull request #542 from 0xflotus/patch-1
fix: small error
2022-03-08 11:26:45 -06:00
Jason Bosco
6f76a248f5 Merge pull request #543 from orasik/master
add Job Ads Now to SHOWCASE
2022-03-08 11:26:27 -06:00
Oras Al-Kubaisi
c9a67855c1 updating SHOWCASE to add Job Ads Now
Adding Job Ads Now to Typesense Showcase.
2022-03-08 14:00:28 +00:00
Kishore Nallan
b6f1dda175 Remove excess logging. 2022-03-08 07:16:56 +05:30
0xflotus
87e37df69f fix: small error 2022-03-08 01:14:28 +01:00
Kishore Nallan
12c443e222 Tweak relevancy scoring. 2022-03-06 18:06:12 +05:30
Kishore Nallan
0341e693d1 Fix scoped API searching on prefix-sharing keys. 2022-03-05 20:13:29 +05:30
Kishore Nallan
8835533193 Fix CORS value case sensitivity. 2022-03-04 16:54:30 +05:30
Kishore Nallan
8aa2c5e073 Support limit_multi_searches as regular req param. 2022-03-04 07:40:37 +05:30
Kishore Nallan
de3f0f4ddc Fix limit_multi_searches. 2022-03-03 21:15:03 +05:30
Kishore Nallan
dba316a7fb Add validation for embedded key type. 2022-03-03 20:06:30 +05:30
Kishore Nallan
b4d05051af Add test for default sort property for int/bool fields. 2022-03-03 19:21:42 +05:30
Kishore Nallan
fbc646a56d Fix secondary/tertiary order string sorting. 2022-03-02 11:25:55 +05:30
Kishore Nallan
6966b90054 Fix origin header. 2022-03-02 09:14:18 +05:30
Kishore Nallan
d218db6487 Extract out cross-field aggregation and scoring. 2022-03-01 21:18:01 +05:30
Kishore Nallan
87e8e7b0ce Fix match contains edge case on overrides. 2022-03-01 13:34:48 +05:30
Kishore Nallan
95c60db1a2 Fix embedded params vec being empty. 2022-03-01 10:34:21 +05:30
Kishore Nallan
69d98d2751 Remove sort schema book keeping datastructure. 2022-02-28 17:15:51 +05:30
Kishore Nallan
c140d42f80 Remove facet schema book keeping datastructure. 2022-02-28 16:20:54 +05:30
Kishore Nallan
34a96b88ea Fix main compile 2022-02-28 11:36:11 +05:30
Kishore Nallan
1ddf199107 Add create dir file util method. 2022-02-28 11:10:25 +05:30
Kishore Nallan
b910786deb Handle curation + filtering for infix. 2022-02-26 14:43:39 +05:30
Kishore Nallan
31c8a030c7 Handle per-search API key for multi search. 2022-02-25 21:19:24 +05:30
Kishore Nallan
9e4d51cfcc Handle infix update/deletion. 2022-02-24 13:10:59 +05:30
Kishore Nallan
3f8135d4b0 Tweak error message. 2022-02-20 17:32:04 +05:30
Kishore Nallan
d20065a48c Allow a list of specific cors domains. 2022-02-20 10:21:25 +05:30
Kishore Nallan
29d29e64a4 Allow out_of and search_time_ms to be excluded. 2022-02-19 21:11:06 +05:30
Kishore Nallan
bf475ad55f Support presets on GET search endpoint as well. 2022-02-19 19:11:20 +05:30
Kishore Nallan
facdda2a03 Preset API. 2022-02-17 16:23:59 +05:30
Kishore Nallan
3be68b38c9 Add regression test for negation of query tokens. 2022-02-16 14:08:50 +05:30
Kishore Nallan
4fe747810e Highlight infix matches. 2022-02-16 08:16:28 +05:30
Kishore Nallan
f2cad66dee Refactor highlighting logic. 2022-02-15 19:57:13 +05:30
Kishore Nallan
f4993de8a1 Ensure that infix property is restored on restart. 2022-02-15 14:12:38 +05:30
Kishore Nallan
0df5f8d852 Expose sort/infix/locale in the collection summary. 2022-02-15 13:25:39 +05:30
Kishore Nallan
f7b5cf6ada Fix prioritize exact match when q has duplicate tokens. 2022-02-14 21:15:47 +05:30
Kishore Nallan
4549e09063 Handle response write race condition with h2o dispose. 2022-02-14 13:38:51 +05:30
Kishore Nallan
805932c7d7 Implement block based ID lists. 2022-02-08 16:29:08 +05:30
Kishore Nallan
de1f8019e2 Update README 2022-02-04 08:36:25 +05:30
Kishore Nallan
d6414c155e Restrict 4K query length check to only search endpoint. 2022-02-03 19:13:54 +05:30