xpages partial - full search
问题 I saw a great tutorial from IBM explaining creating a search modulo into a view panel. The code from the viewpanel ( search property ) I adjusted: "(Field txt_autor = \"" + sessionScope.searchAutor + "\")"; } Is there any chance I can modify the code so that it offers the search results for the partial string matches also, for example: if Autor = Smith and in the string searchAutor = Smit currently I get 0 documents / 0 results. Something like CONTAINS will be useful, if it's possible. Thanks