mblayman / markwiki

:warning: UNMAINTAINED: A simple wiki using Markdown
BSD 2-Clause "Simplified" License
29 stars 14 forks source link

Idxopt #28

Closed deadc0de6 closed 8 years ago

deadc0de6 commented 8 years ago

Add button on Home page for re-create search index

mblayman commented 8 years ago

This is convenient for an individual user, but I think it is not correct for a multi-user setup. A single user should not be able to re-index (because that's a potentially expensive operation that will block other Whoosh operations). It's reasonable to want a re-index link, however, I think this should go in the administrate template.

If you want to do that in this PR, go for it. Otherwise, we can close this PR and you can try again in a different PR.

deadc0de6 commented 8 years ago

make sense ... I'll do it

mblayman commented 8 years ago

One small docstring update then I'm good to merge. :+1: Thanks!