Skip to content

Commit 2f812bd

Browse files
committed
Improve placeholder search examples
1 parent b39b85c commit 2f812bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const searchClient = instantMeiliSearch(
9797
### Placeholder Search
9898

9999
Placeholders search means showing results even when the search query is empty. By default it is `true`.
100-
If set to `false`, only when a request is made with at least one character, results will appear.
100+
When placeholder search is set to `false`, no results appears when searching on no characters. For example, if the query is "" no results appear.
101101

102102
```js
103103
{ placeholderSearch : true } // default true

0 commit comments

Comments
 (0)