From 8f4e799fb89b2c16431a523dc5ffc0efa1022a75 Mon Sep 17 00:00:00 2001 From: Frantisek Holop Date: Tue, 24 Nov 2020 09:58:10 +0100 Subject: [PATCH] remove double returns --- docs/topics/search/searching.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/search/searching.rst b/docs/topics/search/searching.rst index fdf335f4a3..9276518ebf 100644 --- a/docs/topics/search/searching.rst +++ b/docs/topics/search/searching.rst @@ -255,7 +255,7 @@ support writing phrase queries by wrapping the phrase with double-quotes. In add add filters into the query using the colon syntax (``hello world published:yes``). These two features can be implemented using the ``parse_query_string`` utility function. This function takes a query string that a user -typed and returns returns a query object and dictionary of filters: +typed and returns a query object and dictionary of filters: For example: