Guides/Hiding-Fields-in-Filters.md
... ...
@@ -6,9 +6,11 @@ Hiding fields in filters is a way to disallow filtering on certain fields. You c
6 6
7 7
##Example
8 8
Here are the available fields before hiding any:
9
+
9 10
![Before Hiding Fields](http://wiki.izenda.us/Guides/Developer-Links-and-Guides/not-hidden.png)
10 11
11 12
And here are the available fields after hiding all that contain the word "Ship":
13
+
12 14
![Hidden Fields](http://wiki.izenda.us/Guides/Developer-Links-and-Guides/hidingfilters.png)
13 15
14 16
In this example, I'm arbitrarily disallowing the user to filter on any field with the word "Ship" in it.