Actions
Feature proposal #7236
closedImplement searching field groups
Description
This will need to utilize JSON database functions to efficiently search field groups. This will only be available on MySQL >= 5.7.8.
Actions
Added by krileon almost 7 years ago. Updated almost 7 years ago.
Description
This will need to utilize JSON database functions to efficiently search field groups. This will only be available on MySQL >= 5.7.8.
Currently using inefficient LIKE usage. Needs to use JSON functions if available.