From 49150b720014c2b87251a949aefdc06d490ec4cc Mon Sep 17 00:00:00 2001 From: Moe bot <> Date: Tue, 20 Dec 2022 14:27:26 -0800 Subject: [PATCH] docs(query): fix typo --- docs/query.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/query.rst b/docs/query.rst index fed0f6e..421c080 100644 --- a/docs/query.rst +++ b/docs/query.rst @@ -77,8 +77,8 @@ To match these special characters as normal, use ``/`` as an escape character. 'title:100/%' -Regular Express Queries -======================= +Regular Expression Queries +========================== The value can also be a regular expression. To enforce this, use two colons e.g. ``field::value.*``