![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Combination of the facets' values. More...
Public Attributes | |
| const | OR_MODE = 'or' |
| Values of the facets are OR-combined. | |
| const | AND_MODE = 'and' |
| Values of the facets are AND-combined. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from BasicEnum | |
| static | check_val ($instance, $value, $msg=null) |
| Checks whether the value is valid. | |
Combination of the facets' values.
Specify whether results of each filter should be summed up or instersected to build final result.
1.8.1.2