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
We discovered that when trying to work with index fields that have the same name as global functions, PHP will report them as callable, and the library will treat ordinary field names as custom condition callbacks. This messes up query building and makes it impossible to use fields such as url.
The check should be narrowed to Closures to prevent those issues from cropping up.
The text was updated successfully, but these errors were encountered:
We discovered that when trying to work with index fields that have the same name as global functions, PHP will report them as callable, and the library will treat ordinary field names as custom condition callbacks. This messes up query building and makes it impossible to use fields such as
url
.The check should be narrowed to Closures to prevent those issues from cropping up.
The text was updated successfully, but these errors were encountered: