Specifies a Boolean query which operates only on fielded information in a content collection.
<field_and> | <field_or> | <field_xor> | <field_not>
| Parameter | Description |
|---|---|
| <field_and> | String specifying a field AND query. |
| <field_or> | String specifying a field OR query. |
| <field_xor> | String specifying a field XOR query. |
| <field_not> | String specifying a field NOT query. |
You can use these primitives within a field query as part of the <boolean_term_set>.
[field , animals: [or : moose mouse]]
[field , animals: [not : [or : cat dog]]]
Copyright © 2006-2023, Rocket Software, Inc. All rights reserved.