For my snippet “Lake Waubesa” I’m using:
$_REQUEST['snippet_subdivision'] = 'Waubesa';
That yields 6 results in my LEC2, however I get 19 when I enter “Waubesa” in the “Lake/River” field on my local MLS.
This, however, does not work:
$_REQUEST['lake_river'] = 'Waubesa';
Question: What code should I use for searching by lake/river name? There was a field name in the spreadsheet I was sent called “lake_river_name_water_frontage” (the spreadsheet I was sent for choosing which fields from my IDX I wanted to display), but substituting “lake_river_name_water_frontage” into the above line of code did not work. Neither did any variation on that theme and I tried a lot of them!


Reply With Quote
