fix: Print message when global search is updated
This commit is contained in:
parent
3a20187715
commit
d918d13f40
1 changed files with 1 additions and 0 deletions
|
|
@ -274,6 +274,7 @@ def update_global_search(doc):
|
|||
sync_value_in_queue(value)
|
||||
|
||||
def update_global_search_for_all_web_pages():
|
||||
print('Update global search for all web pages...')
|
||||
routes_to_index = get_routes_to_index()
|
||||
for route in routes_to_index:
|
||||
add_route_to_global_search(route)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue