Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Commit 0a1e571

Browse files
authored
Backend search: fixed the negation
The negation is on backend search and not on the fact to have a instant search
1 parent 144e0bf commit 0a1e571

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
@@ -170,7 +170,7 @@ index.search('something', function(success, hits) {
170170

171171
### Backend Search
172172

173-
You could also use the `search` method but it's not recommended to implement instant/realtime search experience:
173+
You could also use the `search` method but it's not recommended to implement a instant/realtime search experience from the backend (having a frontend search gives a better user experience):
174174

175175
```php
176176
Contact::search('jon doe');

0 commit comments

Comments
 (0)