1df0fdf3e2
fix synonyms normalization
...
Synonyms needs to be indexed in ascendant order,
and the new normalization step for synonyms potentially changes this order
which break the indexation process
because "Harry Potter" > "HP" but "harry potter" < "hp"
2021-02-03 15:21:06 +01:00
a8ab15d65d
Revert "Merge #1001 "
...
This reverts commit 690eab4a25
, reversing
changes made to 086020e543
.
update changelog
2020-11-02 15:10:09 +01:00
dc2e5ceed2
fix bug
2020-10-16 14:16:12 +02:00
1639a7338d
add test to reproduce #891 bug report
...
fix bug
2020-10-16 13:35:11 +02:00
7c646e031c
update test
2020-10-10 02:43:09 +00:00
d114250ebb
requested changes
2020-07-16 16:19:15 +02:00
4b5437a882
fix displayed attrs empty array bug
2020-07-15 19:25:24 +02:00
de4caef468
test reset attributes to wildcard
2020-07-15 18:56:19 +02:00
c06dd35af1
fix tests
2020-07-15 18:56:19 +02:00
643933c3b0
update settings tests to use the test dataset
2020-07-02 16:52:39 +05:30
3d771f2289
test distinct attribute
2020-06-22 12:16:35 +02:00
60a90e96f3
add test for ranking rules settings
2020-06-22 12:16:35 +02:00
3fe3c8cf02
test attributes_for_faceting subroutes
2020-06-03 11:31:58 +02:00
270c7b0288
facet settings
2020-05-11 16:12:13 +02:00
27b3b53bc5
update tests & fix the broken code
2020-04-28 17:46:03 +02:00
2d82f1b655
ranking fields should be stored and indexed by default; fix #521
2020-03-16 16:19:23 +01:00
7be376721c
global settings update make partial update; fix #516
2020-03-11 14:42:58 +01:00
179969a9e2
fix tests + fmt
2020-03-10 11:29:56 +01:00
c984d8d5a5
rename identifier into primaryKey; fix #514
2020-03-09 18:45:29 +01:00
86c3482cbd
review the internal schema to allow to create schema without identifier; fix #513
2020-03-09 18:45:20 +01:00
f4ae0844ab
replace index-new-field route to accept-new-fields; fix #503
2020-03-06 10:15:19 +01:00
81ce90e57f
update test
2020-03-06 10:15:19 +01:00
6016f2e941
change wording of custom ranking rules dsc
-> desc
; #490
2020-03-06 10:15:19 +01:00
47009615ee
rename words_position to wordsPosition; fix #483
2020-02-27 16:24:49 +01:00
f182afc50b
update tests
2020-02-27 11:30:23 +01:00
aa95c26e07
update tests
2020-02-27 11:04:39 +01:00
96248d9bfa
Change the exactness criterion in the tests
2020-02-25 14:24:15 +01:00
4986adc186
move identifier from settings to index; fix #470
2020-02-12 17:00:14 +01:00
dc6907e748
rebase from master
2020-02-11 15:28:00 +01:00
a5b0e468ee
fix for review
2020-02-11 15:28:00 +01:00
037724576e
update tests
2020-02-11 15:27:59 +01:00
585bba43a0
set new attributes indexed if needed
2020-02-11 15:27:58 +01:00
c276dda305
run cargo fmt
2020-02-11 15:27:58 +01:00
b33dac9faa
add test for search + update ci for test in release
2020-02-11 15:27:57 +01:00
58fe87067b
finish settings
2020-02-11 15:27:57 +01:00
dbba310770
squash me
2020-02-11 15:27:57 +01:00
036977bfe4
add the possibility to totally clear the schema
2020-02-11 15:27:57 +01:00
d280848ff6
add test for settings
2020-02-11 15:27:56 +01:00