Next up in my "bigdash.py" plugin / global search work is integrating the "Whoosh" full text search engine. I hope to implement it today or tomorrow.
http://packages.python.org/Whoosh/ This will make search strings more google-like, maybe we could even customize it so that parents with matching words would increase the score for the hit. You will also be able to search for "foo bar that is referenced in external file baz.txt" - "foo bar file:baz.txt" The default supported query language could serve as an inspiration on what kind of stuff we could be doing: http://packages.python.org/Whoosh/querylang.html This should make Leo convenient for storing and querying substantial amounts of text. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
