From 76b1c00935a08cbe266b0316f28b01513b12bf9a Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Mon, 22 Jan 2024 20:35:03 -0500 Subject: [PATCH] docs: fix link to op modifiers --- docs/references/api/tables_views.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/references/api/tables_views.rst b/docs/references/api/tables_views.rst index 0c1c2ca70..cef16eee8 100644 --- a/docs/references/api/tables_views.rst +++ b/docs/references/api/tables_views.rst @@ -82,8 +82,8 @@ adj :code:`-|-` is adjacent to, e.g. :code:`?range=adj.( not :code:`NOT` negates another operator, see :ref:`logical_operators` or :code:`OR` logical :code:`OR`, see :ref:`logical_operators` and :code:`AND` logical :code:`AND`, see :ref:`logical_operators` -all :code:`ALL` comparison matches all the values in the list, see :ref:`logical_operators` -any :code:`ANY` comparison matches any value in the list, see :ref:`logical_operators` +all :code:`ALL` comparison matches all the values in the list, see :ref:`modifiers` +any :code:`ANY` comparison matches any value in the list, see :ref:`modifiers` ============ ======================== ================================================================================== For more complicated filters you will have to create a new view in the database, or use a stored procedure. For instance, here's a view to show "today's stories" including possibly older pinned stories: