comparison 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
comparison
equal deleted inserted replaced
9:d1b54241a731 10:13438795d896
1 from whoosh.fields import TEXT, Schema
2
3
4 schema = Schema(title=TEXT(stored=True), content=TEXT(stored=True))