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
Hi there. I have a model which includes relationships. I include relationship data with the .with() function.
Even though fuse says it supports search of nested fields using the dot notation (https://fusejs.io/examples.html#nested-search), the neste fields of my model do not seem to be picked up.
If I search the status field. It appears to be working correctly. But if I try to search a user by first name or last name, the search result turns up empty.
So I guess my questions are:
Does this plugin support the situation above, in which one wants to search nested fields, that consist of related models included using with()?
When is the search executed? Is this before the .with() functions have successfully executed, or after?
The text was updated successfully, but these errors were encountered:
Hi there. I have a model which includes relationships. I include relationship data with the
.with()
function.Even though fuse says it supports search of nested fields using the dot notation (https://fusejs.io/examples.html#nested-search), the neste fields of my model do not seem to be picked up.
If I search the
status
field. It appears to be working correctly. But if I try to search a user by first name or last name, the search result turns up empty.So I guess my questions are:
with()
?.with()
functions have successfully executed, or after?The text was updated successfully, but these errors were encountered: