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
As per the latest docs, specifying the operator in the querySchema is sufficient to allow custom operators call, without the need to add the option operators: ['$regex'] to the service adapter options.
The query should return the documents that have a title that match this regex expression.
Actual behavior
Instead we get this error error: BadRequest: Invalid query parameter $regex.
Only when I add the operators option (which is marked as deprecated) it works fine.
System configuration
Apple M2
Module versions (especially the part that's not working):