c27de7667a1ecd06ea6e722c8928d9a93a62e376
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 | + |
|
| 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 |