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
React admin uses the q field to implement a full-text search in the database, my suggestion is to use something like the prisma full-text search preview feature to implement the dynamic full text searching inside of the projects
The text was updated successfully, but these errors were encountered:
Hey, great shout - check out version 3.1.0, just need to add _search after the names of the source. My understanding is that in the current ra version full text is available only in the enterprise StackedFilters? I have a comment in the code where the q param was passed, but I can't figure out how now, if you happen to know point me in the right direction please.
React admin uses the
q
field to implement a full-text search in the database, my suggestion is to use something like the prisma full-text search preview feature to implement the dynamic full text searching inside of the projectsThe text was updated successfully, but these errors were encountered: