Docs: Fix indentation for query options (#129395)

This commit is contained in:
Ioana Tagirta 2025-06-13 15:40:52 +02:00 committed by GitHub
parent d487eb5b7c
commit 4daf983ea9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 25 additions and 41 deletions

View file

@ -49,12 +49,10 @@ There is a limit on the number of fields that can be queried at once. It is defi
`default_operator`
: (Optional, string) Default boolean logic used to interpret text in the query string if no operators are specified. Valid values are:
`OR` (Default)
: For example, a query string of `capital of Hungary` is interpreted as `capital OR of OR Hungary`.
`AND`
: For example, a query string of `capital of Hungary` is interpreted as `capital AND of AND Hungary`.
- `OR` (Default)
For example, a query string of `capital of Hungary` is interpreted as `capital OR of OR Hungary`.
- `AND`
For example, a query string of `capital of Hungary` is interpreted as `capital AND of AND Hungary`.
`analyze_wildcard`