-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
EnVision Sprint 41, EnVision Sprint 42, EnVision Sprint 43, EnVision Sprint 44
The blueprint mock
https://www.sketch.com/s/669c80df-098c-4296-b689-b4e0702d8261/a/j4eWKxb
contains a search field which allows to filter out blueprints easily. Implement an experimental endpoint /experimental/blueprints?search=XXX that will search in both name or description.
Research if we can utilize postgres full text capabilities:
https://www.postgresql.org/docs/current/textsearch.html
This can be disabled on RDS or even not a good option for non-english languages/locales, then we can stick with using LIKE query.