ReactAdvantage
ReactAdvantage copied to clipboard
Change querybuilder options
When a string value is being used in a query, the following image shows the comparison options.

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.
Make sure to do this on the version of the querybuilder under my Github account.