Clément Renault
|
ea016d97af
|
Implementing an IS EMPTY filter
|
2023-03-15 14:12:34 +01:00 |
|
Clément Renault
|
030263caa3
|
Change the IS NULL filter syntax to use the IS keyword
|
2023-03-14 10:31:04 +01:00 |
|
Clément Renault
|
7c0cd7172d
|
Introduce the NULL and NOT value NULL operator
|
2023-03-08 17:14:34 +01:00 |
|
unvalley
|
c7322f704c
|
Fix cargo clippy errors
Dont apply clippy for tests for now
Fix clippy warnings of filter-parser package
parent 8352febd646ec4bcf56a44161e5c4dce0e55111f
author unvalley <38400669+unvalley@users.noreply.github.com> 1666325847 +0900
committer unvalley <kirohi.code@gmail.com> 1666791316 +0900
Update .github/workflows/rust.yml
Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
Allow clippy lint too_many_argments
Allow clippy lint needless_collect
Allow clippy lint too_many_arguments and type_complexity
Fix for clippy warnings comparison_chains
Fix for clippy warnings vec_init_then_push
Allow clippy lint should_implement_trait
Allow clippy lint drop_non_drop
Fix lifetime clipy warnings in filter-paprser
Execute cargo fmt
Fix clippy remaining warnings
Fix clippy remaining warnings again and allow lint on each place
|
2022-10-27 01:04:23 +09:00 |
|
Loïc Lecrenier
|
cc7415bb31
|
Simplify FilterCondition code, made possible by the new NOT operator
|
2022-08-17 12:28:33 +02:00 |
|
Loïc Lecrenier
|
ea0642c32d
|
Make filter parser more strict regarding spacing around operators
OR, AND, NOT, TO must now be followed by spaces
|
2022-07-19 10:07:33 +02:00 |
|
Loïc Lecrenier
|
bd15f5625a
|
Fix compiler warning
|
2022-07-19 10:07:33 +02:00 |
|
Loïc Lecrenier
|
a5c9162250
|
Improve parser for NOT EXISTS filter
Allow multiple spaces between NOT and EXISTS
|
2022-07-19 10:07:33 +02:00 |
|
Loïc Lecrenier
|
dc64170a69
|
Improve syntax of EXISTS filter, allow “value NOT EXISTS”
|
2022-07-19 10:07:33 +02:00 |
|
Loïc Lecrenier
|
72452f0cb2
|
Implements the EXIST filter operator
|
2022-07-19 10:07:33 +02:00 |
|
Tamo
|
92804f6f45
|
apply clippy suggestions
|
2022-01-10 15:59:04 +01:00 |
|
Tamo
|
bff48681d2
|
Re-order the operator
Co-authored-by: Clément Renault <clement@meilisearch.com>
|
2021-11-09 17:05:36 +01:00 |
|
Tamo
|
f28600031d
|
Rename the filter_parser crate into filter-parser
Co-authored-by: Clément Renault <clement@meilisearch.com>
|
2021-11-09 16:41:10 +01:00 |
|