|
pianod2
multisource multiuser scriptable networked music player
|
Media sources mark the available fields (array index) to true to indicate they are capable of searching in that manner. More...
#include <querylist.h>

Public Attributes | |
| EnumeratedArray< Filter::Field, bool > | participatesInFuzzy |
| Fields searched by permuted filters, i.e., 'like'. More... | |
| EnumeratedArray< Filter::Field, bool > | canExactCompare |
| EnumeratedArray< Filter::Field, bool > | canMatchBeginning |
| EnumeratedArray< Filter::Field, bool > | canSubstringMatch |
| EnumeratedArray< Filter::Field, bool > | fieldInGeneralSearch |
| Fields that can't be properly searched on, but are part of Field::Search searches. More... | |
| EnumeratedArray< Filter::Field, Preference > | fieldPreference |
| Relative field preferences: higher is better. More... | |
| bool | andCapable = false |
| May query with 'AND' semantics. More... | |
Media sources mark the available fields (array index) to true to indicate they are capable of searching in that manner.
| bool Query::Constraints::andCapable = false |
May query with 'AND' semantics.
| EnumeratedArray<Filter::Field, bool> Query::Constraints::canExactCompare |
| EnumeratedArray<Filter::Field, bool> Query::Constraints::canMatchBeginning |
| EnumeratedArray<Filter::Field, bool> Query::Constraints::canSubstringMatch |
| EnumeratedArray<Filter::Field, bool> Query::Constraints::fieldInGeneralSearch |
Fields that can't be properly searched on, but are part of Field::Search searches.
| EnumeratedArray<Filter::Field, Preference> Query::Constraints::fieldPreference |
Relative field preferences: higher is better.
| EnumeratedArray<Filter::Field, bool> Query::Constraints::participatesInFuzzy |
Fields searched by permuted filters, i.e., 'like'.