Do you have an example of other fields you are looking to search with phrase? I think if Phrase searched too many fields, you’d end up with an incorrect list. A lot of the other fields are individually searchable per the API documentation.
f you want to search for a specific operating system, cluster, tag, or label in the search field without using advanced filters or other fields, you may find that the search only matches the name and description fields. This behavior occurs whether you are searching through the interface or using the API, where the values passed are treated as phrases.
Search Field:
If you enter a keyword or phrase in the search field, the system will look for matches in the name and description of instances.
It does not search through other attributes like operating systems, clusters, tags, or labels by default.
Using the Interface:
When you type in the search field and press the search button, only instances with names or descriptions matching your input will be displayed.
Using the API:
When performing a search via the API, the search terms are passed as a phrase.
This means the API will also only search within the name and description fields of the instances.