List all error code for searchDoc class. More...
Data Fields | |
const | SD0001 = 'join syntax error : %s' |
const | SD0002 = 'general filter: Unknown operator %s : %s' |
const | SD0003 = 'general filter: unbalanced parenthesis : %s' |
const | SD0004 = 'general filter: check syntax : %s' |
const | SD0005 = 'recursive search: cannot create temporary search : %s' |
const | SD0006 = 'recursive search: level depth must be integer : %s' |
const | SD0007 = 'general filter: words not supported : "%s"' |
const | SD0008 = 'Searching on a "Specialized search" collection and specifying additional filters is not supported' |
List all error code for searchDoc class.
Errors code used by searchDoc class
Definition at line 14 of file ErrorCodeSearchDoc.php.
const SD0001 = 'join syntax error : %s' |
Definition at line 20 of file ErrorCodeSearchDoc.php.
const SD0002 = 'general filter: Unknown operator %s : %s' |
Definition at line 25 of file ErrorCodeSearchDoc.php.
const SD0003 = 'general filter: unbalanced parenthesis : %s' |
Definition at line 30 of file ErrorCodeSearchDoc.php.
const SD0004 = 'general filter: check syntax : %s' |
Definition at line 35 of file ErrorCodeSearchDoc.php.
const SD0005 = 'recursive search: cannot create temporary search : %s' |
Definition at line 40 of file ErrorCodeSearchDoc.php.
const SD0006 = 'recursive search: level depth must be integer : %s' |
Definition at line 45 of file ErrorCodeSearchDoc.php.
const SD0007 = 'general filter: words not supported : "%s"' |
Only words can be use in fulltext not symbol or punctauation
Definition at line 51 of file ErrorCodeSearchDoc.php.
const SD0008 = 'Searching on a "Specialized search" collection and specifying additional filters is not supported' |
Searching on a "Specialized search" and specifying additional filters is not supported
Definition at line 56 of file ErrorCodeSearchDoc.php.