WEEE-Open / skeeelled

An e-learning platform for the modern age
https://weee-open.github.io/skeeelled
6 stars 7 forks source link

Make search APIs #64

Open e-caste opened 2 years ago

e-caste commented 2 years ago

We want to perform a full text search within all the valid parts of the selected portion of the database. We can try to define the best possible search orders and follow them (orders by hit probability of that property of the document).
If this is unfeasible, we should look into integrating third party solutions such as ElasticSearch (if it can be used for this) or others.