-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to search in repeater ? #131
Comments
We currently use a If the field is a repeater that contains json data that matches the query, it should show up in the results. It will show you any records that have matching data and completely ignore the repater groups. To get the search for specific repeater groups working, we would have to add some SQL JSON functions. |
Ok thank you for your answer @tobias-kuendig. I think the default behavior to look for the whole big string that a jsonable create in database is OK. As an improvement in the future, maybe it would be cool to search directly in some internal value of that json like this :
etc... |
How would search the blocks
siteSearch: handle: Fields\Blocks fields:
|
Hello,
I wonder if the search plugin support search in a repeater field, for example, when you use a repeater with different groups to handle different kind of content.
If yes, what do you have to put in your yaml file of tailor to search in that fields ?
Thank you
Alex
The text was updated successfully, but these errors were encountered: