Use external software in fulltext search
Would it be possible to use an external application (e.g. Spotlight) to do full text search instead of building a full text index in Zotero?
Mikko
Mikko
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Implementing this would not need to be platform specific. Windows, OS X, and Linux all have desktop search programs that can be used from the command line and then return a list of files matching the search in stdout. Basically I would like to see the option to instead of using built-in full text indexing of Zotero to define a command line call that would query what ever desktop search program the user wants and then return a list of matching files. Zotero could then parse the item keys from this output and add the corresponding items to the search results.
Mikko
A better solution would be just to implement parsing of Word documents using a lightweight doc-to-text converter. noksagt at one point suggested some lightweight doc parsers. I haven't compared how well those work.
One way to do this would be to create temporary database table of the search results from desktop search and then use this as part of the SQL query. I do not know what kind of performance this solution would have, though.
In addition to doc parser, a powerpoint parser would be nice.
Mikko