Clearer filter docs. (#3448)

This commit is contained in:
Gian Merlino 2016-09-09 13:47:13 -07:00 committed by Fangjin Yang
parent 3b6c81e7c0
commit 1344e3c3af
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ The filter above is equivalent to the following OR of Bound filters:
```
### Filtering with Extraction Functions
Some filters optionally support the use of extraction functions.
All filters except the "spatial" filter support extraction functions.
An extraction function is defined by setting the "extractionFn" field on a filter.
See [Extraction function](./dimensionspecs.html#extraction-functions) for more details on extraction functions.