-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
react-admin
often uses q
as full text search parameter.
Currently FeathersJS will try to use q
as column (which usually doesn't exist in the table) and report a query error.
How can this functionality be added? Must the data provider handle this or a hook in FeathersJS app?
Edit: Just using source="fieldName[$like]"
sadly won't work as the field name is automatically escaped (probably already in react-admin
), also the value is not automatically wrapped in %
for an open start + end of string.
Metadata
Metadata
Assignees
Labels
No labels