Hi,
I would like to implement full-text search for my ZODB-powered blog. Is there any native support for full-text search in ZODB ?
If not, what would be required to implement this into ZODB ?
What do you think about the idea of using Whoosh (http://whoosh.readthedocs.io/en/latest/intro.html) to query ZODB objects and create index documents?
Since, ZODB is a pure Python database, it would be quite easy to access a ZODB database using Whoosh.
What do you think?