File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def index_chats_messages():
140140
141141
142142def index_image_description (image ):
143- index = f'desc: img'
143+ index = f'desc- img'
144144 document = image .get_search_document ()
145145 if document :
146146 Engine .add (index , document )
@@ -151,7 +151,7 @@ def index_images_descriptions():
151151
152152
153153def index_screenshot_description (screenshot ):
154- index = f'desc: screen'
154+ index = f'desc- screen'
155155 document = screenshot .get_search_document ()
156156 if document :
157157 Engine .add (index , document )
@@ -162,7 +162,7 @@ def index_screenshots_descriptions():
162162
163163
164164def index_domain_description (domain_id ):
165- index = f'desc: dom'
165+ index = f'desc- dom'
166166 domain = Domains .Domain (domain_id )
167167 document = domain .get_search_description_document ()
168168 if document :
You can’t perform that action at this time.
0 commit comments