Files
directus/docs/reference/api/query/search.md
2020-12-09 19:31:16 -05:00

6 lines
314 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Search
The `search` parameter allows you to perform a search on all string and text type fields within a collection. It's an
easy way to search for an item without creating complex field filters though it is far less optimized. It only
searches the root item's fields, related item fields are not included.