ManyTheFish
|
827cedcd15
|
Add format option structure
|
2022-04-12 13:42:14 +02:00 |
|
ManyTheFish
|
3bb1e35ada
|
Fix match count
|
2022-04-05 17:48:45 +02:00 |
|
ManyTheFish
|
b3f0f39106
|
Make some cleaning
|
2022-04-05 17:41:32 +02:00 |
|
ManyTheFish
|
734d0899d3
|
Publish Matcher
|
2022-04-05 17:41:32 +02:00 |
|
ManyTheFish
|
d96e72e5dc
|
Create formater with some tests
|
2022-04-05 17:41:32 +02:00 |
|
ad hoc
|
9fe40df960
|
add word derivations tests
|
2022-04-01 11:05:18 +02:00 |
|
ad hoc
|
d5ddc6b080
|
fix 2 typos word derivation bug
|
2022-04-01 10:51:22 +02:00 |
|
ad hoc
|
6ef3bb9d83
|
fmt
|
2022-03-31 14:06:23 +02:00 |
|
ad hoc
|
f782fe2062
|
add authorize_typo_test
|
2022-03-31 10:08:39 +02:00 |
|
ad hoc
|
c4653347fd
|
add authorize typo setting
|
2022-03-31 10:05:44 +02:00 |
|
ad hoc
|
3f24555c3d
|
custom fst automatons
|
2022-03-15 17:38:35 +01:00 |
|
ad hoc
|
628c835a22
|
fix tests
|
2022-03-15 17:38:34 +01:00 |
|
mpostma
|
7541ab99cd
|
review changes
|
2022-02-02 12:59:01 +01:00 |
|
mpostma
|
d0aabde502
|
optimize 2 typos case
|
2022-02-02 12:56:09 +01:00 |
|
mpostma
|
55e6cb9c7b
|
typos on first letter counts as 2
|
2022-02-02 12:56:09 +01:00 |
|
Tamo
|
6831c23449
|
merge with main
|
2021-11-06 16:34:30 +01:00 |
|
Tamo
|
a58bc5bebb
|
update milli with the new parser_filter
|
2021-11-04 15:02:36 +01:00 |
|
many
|
ed6db19681
|
Fix PR comments
|
2021-10-28 11:18:32 +02:00 |
|
Clémentine Urquizar
|
208903ddde
|
Revert "Replacing pest with nom "
|
2021-10-25 11:58:00 +02:00 |
|
Tamo
|
e25ca9776f
|
start updating the exposed function to makes other modules happy
|
2021-10-22 17:23:22 +02:00 |
|
Tamo
|
c27870e765
|
integrate a first version without any error handling
|
2021-10-22 14:33:18 +02:00 |
|
Tamo
|
01dedde1c9
|
update some names and move some parser out of the lib.rs
|
2021-10-22 01:59:38 +02:00 |
|
刘瀚骋
|
7a90a101ee
|
reorganize parser logic
|
2021-10-12 13:30:40 +08:00 |
|
刘瀚骋
|
f7796edc7e
|
remove everything about pest
|
2021-10-12 13:30:40 +08:00 |
|
Tamo
|
47ee93b0bd
|
return an error when _geoPoint is used but _geo is not sortable
|
2021-09-22 16:37:41 +02:00 |
|
Tamo
|
257e621d40
|
create an asc_desc module
|
2021-09-22 16:37:41 +02:00 |
|
Tamo
|
13c78e5aa2
|
Implement the _geoPoint in the sortable
|
2021-09-08 18:24:09 +02:00 |
|
Kerollmops
|
fd3daa4423
|
Throw a query time error when a sort param is used but sort ranking rule is missing
|
2021-09-07 11:02:00 +02:00 |
|
Alexey Shekhirin
|
0e379558a1
|
fix(search): get sortable_fields only if criteria present
|
2021-08-31 21:35:41 +03:00 |
|
Clément Renault
|
89d0758713
|
Revert "Revert "Sort at query time""
|
2021-08-24 11:55:16 +02:00 |
|
Clémentine Urquizar
|
922f9fd4d5
|
Revert "Sort at query time"
|
2021-08-20 18:09:17 +02:00 |
|
Kerollmops
|
1b7f6ea1e7
|
Return a new error when the sort criteria is not sortable
|
2021-08-18 15:04:07 +02:00 |
|
Kerollmops
|
407f53872a
|
Add a sort_criteria method to the Search builder struct
|
2021-08-18 15:04:07 +02:00 |
|
Kerollmops
|
687cd2e205
|
Introduce the new Sort criterion and AscDesc enum
|
2021-08-18 15:04:07 +02:00 |
|
Kerollmops
|
7aa6cc9b04
|
Do not insert fields in the map when changing the settings
|
2021-07-22 18:40:12 +02:00 |
|
Kerollmops
|
f858f64b1f
|
Move the facet number iterators into their own module
|
2021-07-21 16:59:37 +02:00 |
|
Kerollmops
|
32b7bd366f
|
Remove the roaring operation functions warnings
|
2021-06-30 14:12:56 +02:00 |
|
Tamo
|
3d90b03d7b
|
fix the limit
There was no check on the limit and thus, if a user especified a very large number this line could causes a panic
|
2021-06-22 14:52:13 +02:00 |
|
Tamo
|
9716fb3b36
|
format the whole project
|
2021-06-16 18:33:33 +02:00 |
|
Kerollmops
|
7ac441e473
|
Fix small typos
|
2021-06-16 11:03:37 +02:00 |
|
Kerollmops
|
a7d6930905
|
Replace the panicking expect by tracked Errors
|
2021-06-15 11:51:32 +02:00 |
|
Kerollmops
|
312c2d1d8e
|
Use the Error enum everywhere in the project
|
2021-06-14 16:58:38 +02:00 |
|
Kerollmops
|
3c304c89d4
|
Make sure that we generate the faceted database when required
|
2021-06-02 16:24:58 +02:00 |
|
Kerollmops
|
3b1cd4c4b4
|
Rename the FacetCondition into FilterCondition
|
2021-06-02 16:24:58 +02:00 |
|
Marin Postma
|
1e366dae3e
|
remove useless lifetime on Distinct Trait
|
2021-06-02 16:24:58 +02:00 |
|
Kerollmops
|
187c713de5
|
Remove the MapDistinct struct as now distinct attributes are faceted
|
2021-06-02 16:24:57 +02:00 |
|
Kerollmops
|
2a3f9b32ff
|
Rename the faceted fields into filterable fields
|
2021-06-02 16:24:57 +02:00 |
|
many
|
1df68d342a
|
Make the MatchingWords return the number of matching bytes
|
2021-05-31 18:22:29 +02:00 |
|
Clément Renault
|
02c655ff1a
|
Refine the facet distribution to use both databases
|
2021-05-25 11:30:00 +02:00 |
|
Clément Renault
|
f7efde11d9
|
Refine the facet condition to use both facet databases
|
2021-05-25 11:30:00 +02:00 |
|