515e411f63784944095950f9aba6456f2aa24d8f
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 |  |
| 10 | 11 | |
| 11 | 12 | And here are the available fields after hiding all that contain the word "Ship": |
| 13 | + |
|
| 12 | 14 |  |
| 13 | 15 | |
| 14 | 16 | In this example, I'm arbitrarily disallowing the user to filter on any field with the word "Ship" in it. |