Skip to content

Commit

Permalink
add free text search instr
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuil-tolev committed Sep 13, 2019
1 parent 2aa4364 commit 1e83c41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ So we have model objects to index!

from elasticsearch_dsl import Search
s = Search().query('query_string', query='the best') # should get 1 result
r = s.execute()
r.to_dict()

0 comments on commit 1e83c41

Please sign in to comment.