sud03r / hackaton

A private repo for our hackathon
0 stars 0 forks source link

Search: rated "family Rating" #17

Open szepi1991 opened 9 years ago

szepi1991 commented 9 years ago

Currently when somewhat types "movies rated PG-13", say, I actually search for all movies with rating up to PG-13. This.. makes sense imo in this setting.

But not when someone searches "movies rated R" or even "X".. they probably wanna see a movie like that. Am I overthinking?

What to do?

sud03r commented 9 years ago

Well the latter is essentially a subset of the former query. so yes, it can be done (if only 'you' can parse it) or another proposition is: we just show the movies rated 'some-rating' and add a link which says 'also shows movies lower than this rating', will save some parsing overhead!

szepi1991 commented 9 years ago

Ok, that's certainly an idea, let's hear some more?