Guides/Hiding-Fields-in-Filters.md
... ...
@@ -6,6 +6,8 @@ Hiding fields in filters is a way to disallow filtering on certain fields. You c
6 6
7 7
##Example
8 8
9
+![Hidden Fields](http://wiki.izenda.us/Guides/Developer-Links-and-Guides/hidingfilters.png)
10
+
9 11
In this example, I'm arbitrarily disallowing the user to filter on any field with the word "Ship" in it.
10 12
11 13
##Implementation