ReactAdvantage icon indicating copy to clipboard operation
ReactAdvantage copied to clipboard

Change querybuilder options

Open joewalling opened this issue 7 years ago • 1 comments

When a string value is being used in a query, the following image shows the comparison options. image

The way this reads, "In" and "Not In" aren't accurate. Instead, they should be "Contains" and "Does Not Contain" since we are looking to see if the string value entered is contained in the data for that property. We should also have an option for "Starts With" that returns results where the data starts with the entered value.

Do not do this until we add the ability to run the query server-side.

joewalling avatar Jun 18 '18 20:06 joewalling

Make sure to do this on the version of the querybuilder under my Github account.

joewalling avatar Sep 22 '18 00:09 joewalling