To build a custom search that looks for words/terms found in the listing remarks…

For example, here’s how you search for the term “gorgeous”:
http://yourmls.idxblue.com/?action=input&qid=3c&ufl=yourUFL&action=select&Remarks=gorgeous

This is how you do it with multiple terms:
http://yourMLS.idxblue.com/?action=input&qid=3c&ufl=yourUFL&action=selec&Remarks[]=magnificent&Remarks[]=gorgeous

  • Note that for multiple terms, the system uses the logical “or” instead of “and,” meaning it returns remarks with either term found, not both terms required.
  • Note that the link jumps straight to results and does not produce a search form for user input.
  • If you use too many terms, the search results will be slow. Visitors will leave. Also, eventually, the system will throw an error.
  • Make sure you replace “yourMLS” and “yourUFL” in the examples above with the appropriate values from your unique link.