i have 2 questions regarding index server:
1.how can i activate index server in .net ?
2.im using index server in asp3.0.
it's working great.
the problem is that all my users are searching hebrew words.
it's also working good but if the user own regional setting in his own machine are set
to a language other than hebrew im getting error message:
CreateRecordset error '80041605'
The query contained only ignored words.
/webs/idxServer/s.asp, line 74
this is my code:
'creating index server com objects
Set objQuery = Server.CreateObject("ixsso.query")
Set objUtil = Server.CreateObject("ixsso.util")
objquery.CodePage = 1255'hebrew
...
objQuery.Query = myQuery
'colums
objQuery.Columns = "Vpath, DocTitle, path,Filename,directory,fileIndex,Create,Characterization"