1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00
mealie/frontend/components/Domain
Michael Genson 5d87b7e411
feature: query filter support for common SQL keywords (#2366)
* added support for SQL keywords IS, IN, LIKE, NOT
deprecated datetime workaround for "<> null"
updated frontend reference for "<> null" to "IS NOT NULL"

* tests

* refactored query filtering to leverage orm

* added CONTAINS ALL keyword

* tests

* fixed bug where "and" or "or" was in an attr name

* more tests

* linter fixes

* TIL this works
2023-05-06 14:28:40 -08:00
..
Group fix: #2169 webhooks not firing (#2178) 2023-02-26 10:27:22 -09:00
Recipe feature: query filter support for common SQL keywords (#2366) 2023-05-06 14:28:40 -08:00
ShoppingList fix: Shopping List Label Dropdown Doesn't Save Correctly (#2361) 2023-04-25 09:46:58 -08:00
User fix: eslint errors and failing tests (#2078) 2023-01-29 13:01:41 -09:00
SearchFilter.vue feat: server side search (#2112) (#2117) 2023-02-11 21:26:10 -09:00