1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-02 15:37:46 +02:00

fixed tabbing for doc strings

This commit is contained in:
tiyn 2024-04-21 00:53:28 +02:00
parent 84750323c1
commit 41ba108e3f
2 changed files with 56 additions and 57 deletions

View File

@ -14,7 +14,6 @@ ENTRY_DIR = config.ENTRY_DIR
def createSearchableData(root):
"""
Schema definition: title(name of file), path(as ID), content(indexed but not stored), textdata (stored text content)
source:
https://appliedmachinelearning.blog/2018/07/31/developing-a-fast-indexing-and-full-text-search-engine-with-whoosh-a-pure-pythhon-library/