Actions
Feature proposal #8228
closedJSON searching without a row limit is unreliable
Feature proposal #8228:
JSON searching without a row limit is unreliable
Description
If you do not set a limit then the search behavior falls back to a generic * pathing. This isn't reliable with searching since that only works in comparing against the number of rows returned. It won't search inside those rows. Try using JSON_CONTAINS instead, which likely requires improvements to core CB to do this.
Actions