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 98b4f4d commit d021c03Copy full SHA for d021c03
algoliasearch/index.py
@@ -688,7 +688,6 @@ def iter_synonyms(self, hits_per_page=1000):
688
response = self.search_synonyms('', page=page, hits_per_page=hits_per_page)
689
690
while response['hits']:
691
- print(response['hits'])
692
for hit in response['hits']:
693
if '_highlightResult' in hit:
694
del hit['_highlightResult']
0 commit comments