SwEnt-Group13 / Unio

The world’s largest campus life platform.
3 stars 1 forks source link

Create backend of search feature #67

Open Redd87 opened 1 week ago

Redd87 commented 1 week ago

See this.

Redd87 commented 1 week ago

To implement the search feature, which would be used for searching for a specific association through its name, keywords or tags relating to it, I considered multiple options:

I would like to hear the team's feedback on this

oskar-codes commented 1 week ago

To me, Algolia seems to be the best option. 10k per month is 333 requests per day, which is enough for now however it won't be if the project scales. I don't think Client-side search is any goood, it requires to download everything locally which might cause issues with unstable connections.

oskar-codes commented 1 week ago

Also, consider using android's AppSearch if you consider implementing client-side search.