I have a search that is being built with connector and they search by address in 2 fields – street name and street number. I have the search working perfectly for street name, but when I add in the street number, I get no results. (I’ve picked an address from BS&A that has documents in Laserfiche). I believe the problem is the way BS&A lists the street numbers. The number is always followed by “ .0 “ which I believe LF just reads as 0, but I’m not sure how to add that to my token value. I have tried adding the ".0" after the bracket, after the close ")" as well. No luck.
This is the syntax that I am using:
{[BUILDING]:[Street Name]="%(Street Name)"}
{[BUILDING]:[Street Number]="%(Street Number)"}
Please advise!