my cuestion is:
there is a way to search for two or more strings (the union of results)
@
FILTRO->setFilterFixedString(searchText1);
FILTRO->setFilterFixedString(searchText2);
@
i already know how to find the intersection that have the two Qstrings, or simply just one of them, but not the union that have one of the strings or the other or both
thank you