VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Full text search #47

Closed mmaelicke closed 3 years ago

mmaelicke commented 4 years ago

In the long run, metacatalog should be able to run some full-text searches against the database. Basically, for a first step, indexing title, name fields, and the abstract and comment should be enough. The search engine should be an abstract class, that takes a search key and some configuration object (javascript like - as a dictionary). This should make it possible to implement Postgresql full-text search as the default option, but also reach out to a synched elasticsearch instance as a 'pro' feature.

mmaelicke commented 3 years ago

This is developed in a standalone extension: https://github.com/vforwater/metacatalog_search