bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
124 stars 16 forks source link

Add option to sort by memo text #47

Closed Lazersfly closed 3 years ago

Lazersfly commented 3 years ago

I am integrating blue iris with AITool and it can provide a memo text of detected objects, could you add a search field where I could search for all alerts containing the work "person", "truck", etc, in the memo text? If so would it be possible to search for multiple objects at a time, ex "person" and "truck" in the same alert? The memo text is semicolon separated, ex "Bicycle (93.91%); Person (99.94%)". Thanks!

bp2008 commented 3 years ago

Hi. Sorry for not replying to this earlier. Unfortunately, I do not have time to add such a niche feature when it isn't trivially simple to do. Part of the problem is that Blue Iris's alert list API doesn't support searching the memo, so it would all have to be done clientside which severely limits the size of the result set and therefore the potential usefulness of the feature.