We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1badc commit 8d04670Copy full SHA for 8d04670
Search_Engine/backend.py
@@ -131,5 +131,5 @@ def _find_documents_with_idx(self, idxs):
131
se.index_document("we should all strive to be happy and happy again")
132
print(se.index_document("happiness is all you need"))
133
se.index_document("no way should we be sad")
134
- se.index_document("a cheerful heart is a happy one")
+ se.index_document("a cheerful heart is a happy one even in Nigeria")
135
print(se.find_documents("happy"))
0 commit comments