jreklund / php4dvd

php4dvd is an open source php/mysql powered movie database. Catalog your video collection with ease. Automatic update of information and images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter movies by rating exactly pg-0

Bloodsoul opened this issue · comments

Currently, the default values for pgMin and pgMax within the search are 0. If their value is 0, they are not included in the database query.
Thus, it is currently not possible to filter by a rating of exactly zero.

Since the most rating systems won't have a rating 1, it can be worked around from users by setting the slider to 0:1. But one might be confused, that a slider of 0:0 results in displaying all the movies.

Thank you very much.

Your welcome. If you already have downloaded the master and tested it out yourself. Please download it again. I broke "Update all" function, it have now been fixed.