FTsearch shutdown server

I have one code whith a ftsearch in notesdatabase which searchs in several fields:

cadena=“field refinterna>=0 and field refinterna<=999999999 and field fecha_gestion>=01/01/2004 and field fecha_gestion<=31/01/2004 and field form=”“fGest”“”

set col=db.ftsearch(cadena,0)

refinterna is numeric

fecha_gestion is date

This works out correctly in release 5

Subject: RE: FTsearch shutdown server

It’s not clear from your message how the query is failing. It sounds like you’re saying it crashes the server.

If so, please delete and recreate your full text index, and try again. If it does the same thing, you should contact support.