redis-microservices-demo icon indicating copy to clipboard operation
redis-microservices-demo copied to clipboard

Enhancement request: searchable comments field

Open TobyHFerguson opened this issue 4 years ago • 2 comments

I think it would be good to have an application where users could enter text comments, and those comments could be searched. We might consider doing this as an enrichment of the data from the db, rather than by modifying the db itself, thus further demonstrating how Redis can be wrapped around a legacy system - this would also allow us to talk about durability!

TobyHFerguson avatar Oct 27 '20 21:10 TobyHFerguson

Yes extending the model should be done, and comments is what I used in other demo. But did not have the time to do it yet

  • [x] Create Comment for movies (insert, delete, list)
  • [ ] Search

tgrall avatar Oct 28 '20 08:10 tgrall

@TobyHFerguson Screenshot 2020-11-06 at 15 23 51

tgrall avatar Nov 06 '20 14:11 tgrall