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
Thanks for sharing strapi-deepsearch-service with us, guys.
I've got a collection-type news with dynamic-zone content that includes a repeatable component paragraph.
I added "searchable": true to paragraph-settings.json.
When I refactor your restaurant example to match my /search/-controller, my model and my component all is working without errors, but I always get all entries of news back...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for sharing strapi-deepsearch-service with us, guys.
I've got a collection-type news with dynamic-zone content that includes a repeatable component paragraph.
I added "searchable": true to paragraph-settings.json.
When I refactor your restaurant example to match my /search/-controller, my model and my component all is working without errors, but I always get all entries of news back...
http://localhost:1337/search/news?_q=someuniquestring
But your documentation (and my expectation) describe that I should only get the entity with a match in paragraph or in news, right?
Can you guys help me out or maybe clarify if I'm doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions