1,542
edits
Marek Rodak (talk | contribs) |
Marek Rodak (talk | contribs) |
||
Line 116: | Line 116: | ||
This special behavior is only possible when using the Search function in the app; it does not work for the filter function. | This special behavior is only possible when using the Search function in the app; it does not work for the filter function. | ||
[[File:Search vs filter.png|300px]] | [[File:Search vs filter.png|alt= Using search strings in filters is only possible using the Search function in the app|300px]] | ||
If you use search strings in filters, you have to remove all fields configured for search from the view and add them as a search condition into the filter using <code>@@filter@@</code> as well. The reason is that the fetch for entity records is constructed from conditions defined in the filter and search fields using AND to group them together. If the conditions are grouped using AND, it will restrict the desired records from being filtered, as it is unlikely that the conditions will be met. | If you use search strings in filters, you have to remove all fields configured for search from the view and add them as a search condition into the filter using <code>@@filter@@</code> as well. The reason is that the fetch for entity records is constructed from conditions defined in the filter and search fields using AND to group them together. If the conditions are grouped using AND, it will restrict the desired records from being filtered, as it is unlikely that the conditions will be met. | ||
[[File:Search fields.png]] | [[File:Search fields.png|alt=Edit Search window - Configure search field.]] | ||
[[Category:Woodford]] | [[Category:Woodford]] |
edits