fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Search - some tests, change in SearchResults cleaning.
[wolnelektury.git]
/
apps
/
search
/
management
/
commands
/
reindex.py
diff --git
a/apps/search/management/commands/reindex.py
b/apps/search/management/commands/reindex.py
index
9639a5a
..
6d4b4fd
100755
(executable)
--- a/
apps/search/management/commands/reindex.py
+++ b/
apps/search/management/commands/reindex.py
@@
-14,3
+14,4
@@
class Command(BaseCommand):
idx.index_book(b, None)
print 'Reindexing tags.'
idx.index_tags()
+ idx.close()
\ No newline at end of file