More examples (comparison operations) in an existing column search #632
shurshilov
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello! Great job and thanks for this product! I would like to suggest adding more filtering examples. type DomainOperators = | '=' | '!=' | '=?' | '>' | '<' | '>=' | '<=' | 'in' | 'not in' | 'like' | 'ilike' | '=like' | '=ilike' | 'not ilike' | 'not like' | 'parent_of' | 'child_of' | 'any' | 'not any'; I have compiled a list of all possible comparison combinations, if at least the most popular ones were implemented. I would like to donate to you for this work, tell me how much)Nowin example you have like (input text) and... > with number of age. But may be do more example of all cases?
Beta Was this translation helpful? Give feedback.
All reactions