From 86fa73786dde19de5082aa415b5735af5e8dedae Mon Sep 17 00:00:00 2001 From: Guian Gumpac Date: Thu, 24 Nov 2022 14:55:44 -0800 Subject: [PATCH] Added missed backticks in docs Signed-off-by: Guian Gumpac --- docs/user/dql/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/dql/functions.rst b/docs/user/dql/functions.rst index 62f1fb0650..10bad1944e 100644 --- a/docs/user/dql/functions.rst +++ b/docs/user/dql/functions.rst @@ -3121,7 +3121,7 @@ Available parameters include: - case_insensitive - rewrite -For backward compatibility, `wildcardquery` is also supported and mapped to `wildcard_query` query as well. +For backward compatibility, ``wildcardquery`` is also supported and mapped to ``wildcard_query`` query as well. Example with only ``field`` and ``query`` expressions, and all other parameters are set default values::