diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/flow/schema.py	Thu Jul 11 17:35:31 2024 -0700
@@ -0,0 +1,4 @@
+from whoosh.fields import TEXT, Schema
+
+
+schema = Schema(title=TEXT(stored=True), content=TEXT(stored=True))
\ No newline at end of file