varasto
varasto copied to clipboard
Search & indexing
User should be able to search for directories, collections and file names within the collection.
Note: take sensitivity level into account.
Later, we could add indexing file contents like PDF and EXIF data?
Computed data
Do we need a different concept for computed data, i.e. indexable text extracted from PDF file etc.?
Indexing & search engine
It would be cool to have a search engine embedded in Go. Candidates:
- https://github.com/blevesearch/bleve
- https://github.com/mosuka/phalanx
Depends on: #206