We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b099aa7 commit 0d9bcdaCopy full SHA for 0d9bcda
README.md
@@ -19,9 +19,9 @@ Lucene Query Sanitizer is now functional. This tool allows developers to expose
19
in a manner that is flexible and resistant to malformed queries. This is ideal for enabling advance search without punishing users who
20
are not familiar with strict boolean logic.
21
Examples:
22
- (house AND garden)) OR land
23
- *becomes*
24
- (house AND garden) OR land
+ > (house AND garden)) OR land
+ > *becomes*
+ > (house AND garden) OR land
25
26
27
@@ -88,7 +88,7 @@ information hereafter is provided "AS-IS" in accordance to the license for the P
88
## Possible Inclusions
89
* (Legal XML) [http://www.legalxml.org/]
90
* PDF
91
-* Office Open XML
+* Open Office XML
92
* OpenDocument Format (ODF)
93
* Markdown
94
0 commit comments