Hello all,
I have a search page which uses Index Server. I am now trying to add a feature like the Google Suggest. To accomplish this I will need to access all of the keywords in the Index Server Catalog. My query right now to do this looks like:
| "SELECT doctitle, filename, vpath, rank, characterization from scope()"; |
But it is not pulling up anything. I tried setting a string array and just adding some keywords in the string arrray and that worked. But when I ran the above query that did not work.
Any body have any suggestions on this, thanks.