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 over 6 years ago. Updated over 6 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.