Thank you Carl, now i do understand how notes makes it.
I do need it for matching purposes (all possible permutations should appear). I've solved it with categories:
Column1 -> categorized Field1
Column2 -> categorized Field2
Set nav = view.createViewNavFromCategory(contentfield1 + "\" + contfield2)
if not(nav is nothing) then
'found .....
end if