diff --git a/docs/content/querying/filters.md b/docs/content/querying/filters.md index 39907917fbe..1008ca3b05e 100644 --- a/docs/content/querying/filters.md +++ b/docs/content/querying/filters.md @@ -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.