ZoneMinder / zoneminder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
4.82k stars 1.19k forks source link

Fix(filter): Set tags operator to = instead of LIKE #3961

Closed Simpler1 closed 1 month ago

Simpler1 commented 1 month ago

Fixes #3960 Sets the filter operator for Tags to = instead of LIKE since the tag Ids are used (not tag names). LIKE produces wrong results when used against Ids.