Browse Source

Fix search rebuild_index command

master
Chase Sterling 7 years ago
parent
commit
192177ba2d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      realms/modules/search/commands.py

+ 1
- 1
realms/modules/search/commands.py View File

@@ -32,4 +32,4 @@ def rebuild_index():
username=page.info['author'],
updated_on=entry['mtime'],
created_on=entry['ctime'])
search.index_wiki(name, body)
search.index_wiki(page.name, body)

Loading…
Cancel
Save