X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=src%2Fpyutils%2Fsearch%2Flogical_search.py;h=194590068b5819f28a3316efb0c6cd21e0fcd7f2;hb=993b0992473c12294ed659e52b532e1c8cf9cd1e;hp=2b52864049848f39048eafcb058a7aa7821f5a52;hpb=b38920f24d1ac948958480c540bc4b8436186765;p=pyutils.git diff --git a/src/pyutils/search/logical_search.py b/src/pyutils/search/logical_search.py index 2b52864..1945900 100644 --- a/src/pyutils/search/logical_search.py +++ b/src/pyutils/search/logical_search.py @@ -4,6 +4,8 @@ """This is a module concerned with the creation of and searching of a corpus of documents. The corpus and index are held in memory. +The query language contains AND, OR, NOT, and parenthesis to support +flexible search semantics. """ from __future__ import annotations