Build with IDX Broker › Forums › Enhancement Requests › Request: IDX advance search multiple values for Acres Field
-
AuthorPosts
-
-
Dear IDXBroker Developers,
Regarding the URL: http://www.blueridgemountainhomesnow.com/
Our client Nancy Morrow (AID #8333) requested changes on Acres field under Advanced Search page, instead of input text box she wanted to have it to be a drop down field with fixed ranges (min and max). We we’re able to achieve that request by using javascript to add the select field and hide the input text box.
However, we needed help on another request because she wanted to make the select box a multiple select just like in her MLS. Means that we must pass multiple parameter values for minimum and maximum acres field to accommodate the multiple selected values by the user. We have tried passing two values for the search field (http://search.blueridgemountainhomesnow.com/idx/results/listings?idxID=b189&pt=2&ccz=city&city%5B%5D=18217&per=10&srt=newest&amin_acres=1&amax_acres=2&amin_acres=5&amax_acres=6). However it return only 5 properties, if you seperate the two range values (minimum and maximum) search for 1 to 2 acres (http://search.blueridgemountainhomesnow.com/idx/results/listings?idxID=b189&pt=2&ccz=city&city%5B%5D=18217&per=10&srt=newest&amin_acres=1&amax_acres=2) returns 22 properties and the range from 5 to 6 acres (http://search.blueridgemountainhomesnow.com/idx/results/listings?idxID=b189&pt=2&ccz=city&city%5B%5D=18217&per=10&srt=newest&amin_acres=5&amax_acres=6) returns 5 properties. So the combined range should return 27 properties total. It seems that it is only getting the last range values of the url string. We have also tried putting brackets on the parameters so that it will pass as an array but it will only get the first parameter value of the url string. So it will return only 22 properties.
Please let us know if it is possible that we can search multiple parameter particularly the acres field (min and max) values on IDX search.
Best regards,
Paul Lizada, Technical Support
HoopJumper, LLC
170 Rainbow Drive #7097
Livingston, TX 77399
—
(949) 309-2299 ext. 704
support@hoopjumper.com
http://www.HoopJumper.com(0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...
-
-
AuthorPosts
- You must be logged in to reply to this topic.