From b2d3cf1c13babc813d07643851c0f27a51e53a36 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 1 May 2023 19:09:28 +0300 Subject: [PATCH] update readme --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/README.md b/README.md index f6321e3..dc0781b 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,50 @@ GET action=manifest - required https://sphinxsearch.com/docs/current.html#extended-syntax +#### Supported constructions + +``` +operator OR: + +hello | world + +operator MAYBE: + +hello MAYBE world + +operator NOT: + +hello -world + +strict order operator (aka operator "before"): + +aaa << bbb << ccc + +exact form modifier: + +raining =cats and =dogs + +field-start and field-end modifier: + +^hello world$ + +keyword IDF boost modifier: + +boosted^1.234 boostedfieldend$^1.234 + +ZONE limit operator: + +ZONE:(h3,h4) + +only in these titles + +ZONESPAN limit operator: + +ZONESPAN:(h2) + +only in a (single) title +``` + #### Roadmap / ideas * [x] Web pages full text ranking search