Organize and upgrade search

All about the program
User avatar
admin
Site Admin
Posts: 1373
Joined: 03 Jun 2014, 22:14

19 Apr 2021, 15:06

avi111 wrote:
19 Apr 2021, 13:47
for example let say you want to see all files with the word ART in them. BUT you have seen all file from the producer PNORAMA that have many files with the word ART in them.
so search for ART AND NOT PANORAMA you will get only the files with ART in then not from PANORAMA
Will it be enough in that case to have AND relationship between two tables, having "AND ART" in the first table and the "NOT PANORAMA" in the second?
avi111
Posts: 144
Joined: 19 Dec 2017, 14:49

20 Apr 2021, 08:57

If like this
AND art [AND] NOT panorama
then yes ([AND] is the operator between the tables).

and
if you want to see all "action" movies that are not "science fiction" the you mark AND at the tag "action" , and mark NOT at the tag "science fiction"

in general good advance search will give ANY filter option evaluable.

you can simplify the GUI by using Radio buttons for the options (AND, OR, NOT)

PS.
1. I edited my previous post
2. this is an advance search for advance users and can be some what complicated
3. if the DB contain 10,000s (even 1,000s) of files, without this capability, it safe to say you do not know what you have ;)
User avatar
admin
Site Admin
Posts: 1373
Joined: 03 Jun 2014, 22:14

21 Apr 2021, 17:32

Implemened in Videonizer 11.0.0.0.
Post Reply