Skip to content

Commit 0d9bcda

Browse files
committed
* update readme.md
1 parent b099aa7 commit 0d9bcda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Lucene Query Sanitizer is now functional. This tool allows developers to expose
1919
in a manner that is flexible and resistant to malformed queries. This is ideal for enabling advance search without punishing users who
2020
are not familiar with strict boolean logic.
2121
Examples:
22-
(house AND garden)) OR land
23-
*becomes*
24-
(house AND garden) OR land
22+
> (house AND garden)) OR land
23+
> *becomes*
24+
> (house AND garden) OR land
2525
2626

2727

@@ -88,7 +88,7 @@ information hereafter is provided "AS-IS" in accordance to the license for the P
8888
## Possible Inclusions
8989
* (Legal XML) [http://www.legalxml.org/]
9090
* PDF
91-
* Office Open XML
91+
* Open Office XML
9292
* OpenDocument Format (ODF)
9393
* Markdown
9494

0 commit comments

Comments
 (0)