CreateFieldQuery
Leave feedback
On this page
Adds a field to the specified query.
public static SearchQuery CreateFieldQuery(string fieldName, SearchQuery query)
| Parameter | Type | Description |
|---|---|---|
| fieldName | String | The field name to search in. |
| query | SearchQuery | The query to add the field. |
A query with the field to search in.
- class SearchQuery
- namespace GroupDocs.Search
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.