mirror of
https://github.com/directus/directus.git
synced 2026-01-26 19:28:13 -05:00
6 lines
314 B
Markdown
6 lines
314 B
Markdown
# 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.
|