You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining a search model for the search endpoint, the current searchField parameter can only handle one field per table definition, like in this example from the docs:
When defining a search model for the search endpoint, the current
searchField
parameter can only handle one field per table definition, like in this example from the docs:To search more than one field in the same table, the definition has to be repeated, and worse the query will be run once for each definition:
It would be great if each table only had to be defined and queried once, using a
searchFields
array:The text was updated successfully, but these errors were encountered: