crisisboard / opencrisisboard

OpenCrisisBoard (OCB) is an open-source, self-hosted communications board where communities can organize around local information
https://opencrisisboard.org/
MIT License
48 stars 17 forks source link

Implement search filtering for posts #12

Closed aPruner closed 4 years ago

aPruner commented 4 years ago

Frontend search functionality would be great so that users can filter posts for certain keywords.

The implementation details are yet to be fully determined, but this will certainly involve building a stateful search bar component and functionality to filter the posts (via a substring search or some similar algorithm) based on the string entered into the search bar component.

TODO here:

aaoyekanmi4 commented 4 years ago

I can work on this

aPruner commented 4 years ago

Thanks for taking and finishing this one @aaoyekanmi4 ! We appreciate your contribution! :)

Closing as this was implemented in #30