TimGeyssens / UIOMatic

Auto generate an integrated crud UI in Umbraco for a db table based on a petapoco poco (and more)
https://timgeyssens.gitbook.io/ui-o-matic/
Other
67 stars 54 forks source link

187: Enable strict filtering on tab name #188

Closed benjaminc closed 3 years ago

benjaminc commented 3 years ago

This fixes #187 by using the comparator argument on the filter directive as defined in the documentation. Setting the argument to true enables a strict equals check on the tab name, rather than the default contains check.