fossasia / open-event-server

The Open Event Organizer Server to Manage Events https://test-api.eventyay.com
https://api.eventyay.com
GNU General Public License v3.0
2.98k stars 1.89k forks source link

Switch backend to redisearch to enable more search options #7956

Open mariobehling opened 3 years ago

mariobehling commented 3 years ago

It was stated by Areeb in the past that we need to switch to redisearch in order to have more options for search. Please implement it and ensure search on the frontend works as expected.

Compare https://github.com/fossasia/open-event-frontend/issues/6119

namanjain007 commented 3 years ago

working on it .

sudhanshu456 commented 3 years ago

@namanjain007 are you still working on it? If not I will pick it up.

norbusan commented 1 year ago

This looks like a serious project. As far as I see there is code for using ElasticSearch for searching, but we don't deploy with elasticsearch. Not sure where/how search then is performed at all.

Also, simple upgrading the redis container to the redis-stack to get the redisearch might not be enough, because all events need to be indexed.

Code changes are that new data needs to be indexed, too.

Looks like a bigger project to me

yagyesh-bobde commented 10 months ago

@mariobehling could I have some guidance on how I can work on this issue?