Mercurial > code > home > repos > sco-bot
view flow/schema.py @ 10:13438795d896
rewrite with prefect flows and whoosh search, but it's in a nested pdm env
author | drewp@bigasterisk.com |
---|---|
date | Thu, 11 Jul 2024 17:35:31 -0700 |
parents | |
children |
line wrap: on
line source
from whoosh.fields import TEXT, Schema schema = Schema(title=TEXT(stored=True), content=TEXT(stored=True))