From 928de65ea12045977494b37f08fdd7908e2a5d41 Mon Sep 17 00:00:00 2001 From: pataquets Date: Fri, 16 Feb 2018 11:54:03 +0100 Subject: [PATCH] Add link to term vs. full text filtering. --- docs/source/recipes/writing_filters.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/recipes/writing_filters.rst b/docs/source/recipes/writing_filters.rst index 5eff77f84..873942798 100644 --- a/docs/source/recipes/writing_filters.rst +++ b/docs/source/recipes/writing_filters.rst @@ -21,6 +21,8 @@ Every result that matches these filters will be passed to the rule for processin Common Filter Types: -------------------- +Most of the time, filtering can be accomplished in several different ways. For example, you can do filtering using both query strings or terms. Read https://www.elastic.co/guide/en/elasticsearch/guide/current/term-vs-full-text.html for more info. + query_string ************