Hi,
I'm having problems searching for documents with PageSearch and Index Server. I would like the PageSearch control to search filenames as well as content. I can, however, not get this to work.
In index server I can do the following query:
@all *filename*
This will search all properties and generates the correct result. However if i run the same query with PageSearch.SearchQuery it only returns the documents that contains "*filename*".
Is it possible to enable search on filenames with PageSearch? Also is it possible to make it return all results (*)?
Thanks in advance!
Pontus