Commit 1c9f20ac authored by Michal Čihař's avatar Michal Čihař

Another FAQ

parent 9d538231
...@@ -17,3 +17,14 @@ The easiest way to do this is to run: ...@@ -17,3 +17,14 @@ The easiest way to do this is to run:
git gc git gc
popd popd
done done
Fulltext search is too slow
---------------------------
Depending on various conditions (frequency of updates, server restarts and
other), fulltext index might get too fragmented over time. It is recommended to
rebuild it from scratch time to time:
.. code-block:: sh
./manage.py rebuild_index --clean
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment