3443 Commits

Author SHA1 Message Date
Kishore Nallan
16f7813e02 Return override metadata in response. 2023-12-12 10:53:12 +05:30
Kishore Nallan
c21c855703 Add response metadata via override. 2023-12-11 18:33:48 +05:30
Kishore Nallan
8021b90553
Merge pull request #1424 from happy-san/infix_search_fix
Fix infix search + filtering regression
2023-12-11 18:06:28 +05:30
Harpreet Sangar
bfd251d1d9 Return error when trying to do infix search without enabling first. 2023-12-11 17:09:41 +05:30
Harpreet Sangar
b7cdae6835 Fix test. 2023-12-11 16:07:13 +05:30
Harpreet Sangar
cdcec4e08d Reset filter_result_iterator in Index::do_infix_search. 2023-12-11 13:23:44 +05:30
Kishore Nallan
763b523a8b Set rocksdb periodic compaction interval to 7 days.
This was defaulting to 30 days earlier.
2023-12-10 08:54:24 +05:30
Kishore Nallan
5d64d7d090 Update doc API should return 200 status code, and not 201. 2023-12-10 08:52:56 +05:30
Kishore Nallan
f87404de37 Propagate dynamic field properties for nested field. 2023-12-08 15:37:40 +05:30
Kishore Nallan
64ef0013d0 Fix locking for conversation manager cleanup thread. 2023-12-07 10:54:51 +05:30
Kishore Nallan
403f6a8fc2 Fix image embedding requirement regression. 2023-12-07 10:21:44 +05:30
Kishore Nallan
c1ea41cab7
Merge pull request #1408 from krunal1313/event_anaylytics
Events expiry
2023-12-07 07:27:46 +05:30
krunal
406775c1c3 adding test for partial events expiring 2023-12-06 20:31:28 +05:30
krunal
4fc0482875 remove sleep from tests 2023-12-06 14:42:02 +05:30
Kishore Nallan
8b50d9b688
Merge pull request #1413 from happy-san/patch-1
Fix memory leak.
2023-12-06 13:24:48 +05:30
Harpreet Sangar
9d7633b436
Fix memory leak. 2023-12-06 12:58:02 +05:30
Kishore Nallan
614f3c290c Restore concurrent facet processing. 2023-12-06 09:33:08 +05:30
Kishore Nallan
94e84d2c90 Minor cleanup of faceting code. 2023-12-05 20:03:54 +05:30
Kishore Nallan
b3f8954229
Merge pull request #1394 from happy-san/filtering_cutoff
Filtering cutoff
2023-12-05 19:05:23 +05:30
Harpreet Sangar
d67ba2ec08 Remove test. 2023-12-05 17:02:09 +05:30
krunal
4c1e487398 reduce wait time in test 2023-12-05 15:38:18 +05:30
krunal
cc83b6697e adding test for events expiry 2023-12-05 14:34:28 +05:30
Kishore Nallan
a7b3e6c523
Merge pull request #1409 from krunal1313/stopword_get_reponse_fix
GET response with locale and validation for empty stopwword list
2023-12-04 20:34:10 +05:30
Harpreet Sangar
9d73461ec7 Add filter_result_iterator_t::is_timed_out. 2023-12-04 16:58:30 +05:30
krunal
4790cbbb3b correct error code while deleting stopwords 2023-12-04 12:01:56 +05:30
Kishore Nallan
bd50ffe747
Merge pull request #1410 from ozanarmagan/v0.26-facets
Make ```ConversationManager``` singleton & update conversation garbag…
2023-12-03 14:37:36 +05:30
Kishore Nallan
e231fc2002 Optimize get distinct id for non-array fields. 2023-12-02 18:15:02 +05:30
ozanarmagan
f742417443 Make ``ConversationManager`` singleton & update conversation garbage collector thread 2023-12-01 23:44:36 +03:00
krunal
1c815c25e6 handle response with to_json() 2023-12-01 19:42:39 +05:30
krunal
dee68a4d84 fixing GET response with locale field and validation for empty stopword array 2023-12-01 17:56:47 +05:30
krunal
aff1f3b9fa update boundary condition for click_event and using event timestamp 2023-12-01 15:40:15 +05:30
krunal
52add3e742 Merge branch 'v0.26-facets' into event_anaylytics 2023-12-01 15:39:02 +05:30
krunal
471dccc42e Merge branch 'event_anaylytics' of https://github.com/krunal1313/typesense into event_anaylytics 2023-12-01 14:10:04 +05:30
krunal
81bb569b8f add events expiry and minor bug fix 2023-12-01 14:09:47 +05:30
Harpreet Sangar
46f274f087 Remove unwanted code. 2023-12-01 10:59:11 +05:30
Kishore Nallan
e7a2461bcf Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/index.h
#	src/index.cpp
#	test/collection_vector_search_test.cpp
2023-11-30 21:53:30 +05:30
Kishore Nallan
5e990128c3
Merge pull request #1407 from krunal1313/stopword_get_reponse_fix
update stopword get response
2023-11-30 14:54:17 +05:30
Kishore Nallan
c71245ca14 Fix bug with deeply nested optional array of obj field. 2023-11-30 14:08:39 +05:30
krunal
78352c0e23 update stopword get response 2023-11-30 13:26:21 +05:30
Kishore Nallan
721d4ed7dc Reduce noise of per-collection housekeeping log. 2023-11-30 11:08:10 +05:30
Kishore Nallan
bee8096bf9 Fix stray merge text. 2023-11-30 11:07:58 +05:30
Kishore Nallan
faaaec316a
Merge pull request #1396 from krunal1313/event_anaylytics
query hits count analytics
2023-11-29 10:33:38 +05:30
Kishore Nallan
cdae0e28ad
Merge branch 'v0.26-facets' into event_anaylytics 2023-11-29 10:26:45 +05:30
Kishore Nallan
40ac195be7 Merge conflict resolution. 2023-11-29 10:25:54 +05:30
Kishore Nallan
0b09e5adc3
Merge pull request #1402 from ozanarmagan/v0.26-facets
Fix handling invalid images
2023-11-29 08:46:25 +05:30
ozanarmagan
42511a05be Add test 2023-11-29 02:52:08 +03:00
ozanarmagan
127d0b49e8 Fix handling invalid images 2023-11-29 02:39:54 +03:00
Kishore Nallan
a7faafa4a5 Fix long facet value removal test. 2023-11-28 19:26:31 +05:30
Kishore Nallan
b88ef06a0f
Merge branch 'v0.26-facets' into event_anaylytics 2023-11-28 16:42:06 +05:30
Kishore Nallan
6a17b454cc Fix facet index unit tests. 2023-11-28 15:26:40 +05:30