Skip to content

Commit 8092f82

Browse files
committed
mention lower case requirement in examples
1 parent 798fbdd commit 8092f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-query-lucene-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ After you boost the term *beach*, the match on Campus Commander Hotel moves down
391391

392392
## Example 5: Regex
393393

394-
A regular expression search finds a match based on the contents between forward slashes `/`, as documented in the [RegExp class](https://lucene.apache.org/core/6_6_1/core/org/apache/lucene/util/automaton/RegExp.html).
394+
A regular expression search finds a match based on the contents between forward slashes `/` and lower-case strings, as documented in the [RegExp class](https://lucene.apache.org/core/6_6_1/core/org/apache/lucene/util/automaton/RegExp.html).
395395

396396
```http
397397
POST /indexes/hotel-samples-index/docs/search?api-version=2024-07-01

0 commit comments

Comments
 (0)