FTSearch involving date fields is confusing me
I have Custom Control with a search screen that lets the users select any of up to six different fields to search on. I had no trouble getting all the other fields working with the exception of the two date fields. They can fill in both begin and end dates or just one or the other. Pretty standard stuff but I cannot figure out how to write the code to make the query work and have it do the search when it involves dates. var tmpArray = new Array(""); var cTerms = 0; if(requestScope.cmbSendTo != null & requestScope.cmbSendTo != "") { a = @Right(requestScope.cmbSendTo, "("); b = @Left(a,3);