- Issue created by @mglaman
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Update `\Drupal\experience_builder\Controller\ApiContentControllers::list` to read a `search` query parameter and do a `LIKE` query on the `label` entity key.
If only we had
QUERY
!But at least in this case, the querystring itself should be comparatively tiny, so
?search=hello%20world
will do just fine 👍Note:
ApiContentControllers::list()
may end up finding hundreds of matches. But the API response does not yet support pagination. Thoughts? - 🇺🇸United States mglaman WI, USA
But the API response does not yet support pagination. Thoughts?
Technically it'd still be a subset of the default result without a query string. But I do think getting pagination is going to become important pretty soon
- First commit to issue fork.
- Merge request !887Author should be able to search pages by name in navigation → (Open) created by deepakkm
- 🇬🇧United Kingdom catch
I'm a bit confused why this is a 1.0 blocker, there's already ways to search for content in Drupal. Where are the requirements for this feature documented?
- 🇫🇮Finland lauriii Finland
Linking designs from ✨ Create a navigation modal for changing pages in the editor Active .
- 🇮🇳India deepakkm
created to separate ticket to cover autocomplete feature - https://www.drupal.org/project/experience_builder/issues/3522488 🐛 Entity saved with autosaved data is not respected Active
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
#19: @deepakkm: Please see my response at 🐛 Entity saved with autosaved data is not respected Active , can you please clarify it?