Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 196a076

Browse files
committed
Merge pull request alphagov#89 from alphagov/fix_search_reindex
Use whitehall_backend class when reindexing search
2 parents 2099dee + d6ccb58 commit 196a076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'smartanswers': ('frontend', ['panopticon:register']),
1414
'tariff': ('frontend', ['panopticon:register']),
1515
'travel-advice-publisher':('backend', ['panopticon:register', 'panopticon:reregister_editions']),
16-
'whitehall': ('backend', ['rummager:index']),
16+
'whitehall': ('whitehall_backend', ['rummager:index']),
1717
}
1818

1919
@task

0 commit comments

Comments
 (0)