More work to improve documentation generated by sphinx. Also fixes
[pyutils.git] / src / pyutils / search / logical_search.py
index 2b52864049848f39048eafcb058a7aa7821f5a52..194590068b5819f28a3316efb0c6cd21e0fcd7f2 100644 (file)
@@ -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