![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Sort mode of the facets. More...
Public Attributes | |
const | STRICT = 'STRICT' |
Strict mode. | |
const | LAX = 'LAX' |
Lax mode. |
Additional Inherited Members | |
![]() | |
static | check_val ($instance, $value, $msg=null) |
Checks whether the value is valid. |
Sort mode of the facets.
const LAX = 'LAX' |
Lax mode.
Facets are sorted at AfsReplysetHelper level. This allows to retrieve all facets. First facets are sorted according to provided sort order list, other ones follow as they appear in AFS search engine reply.
const STRICT = 'STRICT' |
Strict mode.
All facets are sorted according to provided sort order list. Facets not present in the list are removed from reply.