Couchers-org / couchers

The next-generation couch surfing platform. Free forever. Community‑led. Non‑profit. Modern. Chuck us a star :)
https://couchers.org
MIT License
388 stars 77 forks source link

Implement missing filters in UserSearch #889

Open aapeliv opened 3 years ago

aapeliv commented 3 years ago

There's a bunch of small unimplemented things in the search APIs, these need to be implemented.

lucaslcode commented 3 years ago

Such as?

aapeliv commented 3 years ago

The proto has a few commented out bits that needs to be implemented:

https://github.com/Couchers-org/couchers/blob/f81e7203697e77875ccb8b9f0633bc83864adde7/app/pb/search.proto#L49-L58

https://github.com/Couchers-org/couchers/blob/f81e7203697e77875ccb8b9f0633bc83864adde7/app/pb/search.proto#L115-L121

aapeliv commented 3 years ago

The first thing is to add the missing search filters into UserSearch. The Search ones are not ready yet and need a bit of work in other parts of the backend, in the community features bits.

ShmuelTreiger commented 3 years ago

Partially continued in Couchers-org/couchers#4208