870 Commits

Author SHA1 Message Date
kishorenc
c97ded0458 Support expiry of API keys.
Both parent and scoped keys are supported, but the expiry time of parent key takes precedence. Default is a date far into the future.
2020-12-28 19:19:59 +05:30
kishorenc
a912a250ff Fix bad unicode characters in highlight snippet. 2020-12-28 19:19:59 +05:30
kishorenc
ec9da2ccf3 Support regexp of collection names in API key. 2020-12-28 19:19:59 +05:30
kishorenc
f164de4702 Multi field matching: ensure best matched field prevails. 2020-12-28 19:19:59 +05:30
kishorenc
1bed2d7d80 Support excluding tokens from query.
Prefixing a token in the query with "-" will fetch documents that do not contain that token.
2020-12-28 19:19:59 +05:30
kishorenc
8c51e3f920 Support operators in multi-valued numerical filter. 2020-12-28 19:19:59 +05:30
kishorenc
7e2b0fcdcb Match query tokens across multiple fields effectively. 2020-12-28 19:19:59 +05:30
kishorenc
0dfdfcf0d2 Single leaf addition (cvt). 2020-12-28 19:19:59 +05:30
kishorenc
f52b2597a1 Fixed a bug in array exclusion affecting pinned hits. 2020-12-28 19:19:59 +05:30
kishorenc
dc25b2684b Fixed a bug in pinned hits with wildcard query.
The filtered IDs must be sorted before intersected with pinned IDs.
2020-12-28 19:19:59 +05:30
kishorenc
3a86d58506 Handle colon character in pinned hit IDs. 2020-12-28 19:19:59 +05:30
kishorenc
254c58dd31 Fix ordering issue on pinned hits. 2020-12-28 19:19:59 +05:30
Jason Bosco
9eee71307f Update README.md 2020-12-22 22:29:07 -08:00
Jason Bosco
1e911e27d8 Merge pull request #174 from OtakuSquare/master
Added Otaku Square to SHOWCASE.md
2020-12-22 21:44:01 -08:00
Riekelt Brands
e006202094 Added Otaku Square to SHOWCASE.md 2020-12-23 06:34:17 +01:00
Jason Bosco
7aff2d8319 Update README.md 2020-12-15 19:44:21 -08:00
Jason Bosco
b4d1b25cf3 Update README.md 2020-12-13 23:47:11 -08:00
Jason Bosco
e2d2537663 Update SHOWCASE.md 2020-12-13 23:45:07 -08:00
Jason Bosco
17114a2f21 Update README.md 2020-12-11 16:38:28 -08:00
Jason Bosco
481b36a4fb Update SHOWCASE.md 2020-12-09 15:35:18 -08:00
kishorenc
53f2e285ce Update README. 2020-11-17 20:10:34 +05:30
kishorenc
7d6a266934 Validate field data types during collection creation. 2020-11-17 20:10:34 +05:30
kishorenc
eaea93c572 Delete documents matching a filter query. 2020-11-17 20:10:34 +05:30
kishorenc
9533b73609 Fixed a few higlighting/splitting edge cases. 2020-11-17 20:10:34 +05:30
kishorenc
6997e35f72 Combine various token operations in a single flow.
Splitting, normalizing etc. are now done in a single loop.
2020-11-17 20:10:34 +05:30
kishorenc
6c1455bc2f Return matched tokens in highlight response structure.
Also, allows customization of the highlighting tag used (default being the mark tag).
2020-11-17 20:10:34 +05:30
Jason Bosco
39dd2fd4cd Fix link 2020-11-12 16:51:20 -08:00
kishorenc
9ea5b353e7 Handle unicode json dump exceptions in more places. 2020-11-08 18:33:46 +05:30
kishorenc
b2cce4f336 Allow colon to be present in filter query value. 2020-11-07 13:52:52 +05:30
kishorenc
88c9c0e1ed Update README. 2020-11-06 15:25:18 +05:30
Kishore Nallan
6fbc814070 Fix replacing overrides. 2020-11-03 19:36:25 +05:30
Kishore Nallan
19e38681d5 Allow /debug to be always accessible regardless of readiness. 2020-11-03 19:36:25 +05:30
Kishore Nallan
21121178e9 Ignore invalid UTF-8 when dumping search response. 2020-11-03 19:36:25 +05:30
Kishore Nallan
908a8b0026 [Bug] String array field update + faceting.
Updates to string array fields were triggering a crash during faceting due to mismatch in array position.
2020-11-03 19:36:25 +05:30
Jason Bosco
b7048264b5 Update README.md 2020-11-02 11:01:45 -08:00
Jason Bosco
b9b84521d0 Merge pull request #147 from kepeder/master
Changed README with correct Quick Start with api_key
2020-11-02 10:42:13 -08:00
Jason Bosco
7ea8ea2c25 Update SHOWCASE.md 2020-11-02 10:15:59 -08:00
Kenneth Pedersen
5b4d0a41e3 Changed README with correct Quick Start with api_key 2020-11-02 11:03:56 +01:00
Kishore Nallan
8d2c881040 Swap loops during facet calculation for performance. 2020-11-02 07:24:52 +05:30
Jason Bosco
8f94653aab Merge pull request #144 from flygrn/patch-1
Update to Showcase.md
2020-10-27 11:10:45 -07:00
flygrn
276968f492 Update to Showcase.md
Added flygrn.com
2020-10-27 17:56:34 +01:00
Jason Bosco
bf9ed786d4 Merge pull request #143 from furnnl/patch-3
Update to Showcase.md
2020-10-27 08:14:24 -07:00
Kishore Nallan
f0167eb6f4 Fix default internal IP used for peering address. 2020-10-27 20:11:49 +05:30
Furn.nl
e1fb090638 Update to Showcase.md
Added Furn.nl
2020-10-27 12:02:06 +01:00
Jason Bosco
b002e1f177 Update README.md 2020-10-26 16:14:15 -07:00
Jason Bosco
6b63638420 Update README.md 2020-10-26 16:12:56 -07:00
Jason Bosco
8a4ab6e878 Update README.md 2020-10-26 16:10:11 -07:00
Jason Bosco
6c438a059a Update README.md 2020-10-26 16:02:56 -07:00
Jason Bosco
c11a5d3729 Update README.md 2020-10-26 15:52:40 -07:00
Jason Bosco
0a91a4efde Update deploy_with_typesense_cloud.svg 2020-10-26 15:52:03 -07:00