Parameters
- dataCollection
- The data collection.
- query
- The query string to be filtered.
- treatSpacesAsAndOperator
- if set to
true
treat spaces as and operator. - matchNumbers
- if set to
true
it will look into numeric fields. - matchCase
- If set to
true
the case will be taken into account. - matchWholeWord
- If set to
true
the whole word will have to be matched.
Type Parameters
- T