Changes

HowTo:Implement Custom Filtering

188 bytes added, 12:46, 23 August 2023
/* And / Or Operations */ Removed an extra ;
If a less strict filter condition is required, the FilterExpression can be altered to have an 'or' condition, where all results that match NAME <b>or</b> DESC, but not necessarily both, are shown. To do so, simply change the concatenation syntax to return 'or' symbols (two pipes or '||'):
<source lang = "xml">
+&quot;||;&quot;+
</source>
 
[[Category:Client|Custom Filtering]]
[[Category:Filtering|Custom Filtering]]
[[Category:Styling|Custom Filtering]]
[[Category:WinX|Custom Filtering]]
[[Category:Xamarin|Custom Filtering]]
== Known Issues ==
373
edits