• Resolved pingram

    (@pingram3541)


    Using the FlexMLS IDX Search: Property Search widget was not returning results.

    How do I open a support ticket as a subscriber of this service?

    fyi, inspecting the empty page I see an html comment:
    <!-- flexmls-idx blocked duplicate search results widget on page -->

    Not sure where this is coming from as the url path matches no pages built.

    • This topic was modified 7 years, 10 months ago by pingram.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pingram

    (@pingram3541)

    I had to modify line 87 of /pages/search-results.php from:

    if ($fmc_search_results_loaded and !flexmlsConnect::allowMultipleLists()) {
        return '<!-- flexmls-idx blocked duplicate search results widget on page -->';
    }
    $fmc_search_results_loaded = true;

    to:

    
    if ($fmc_search_results_loaded and !flexmlsConnect::allowMultipleLists()) {
        //return '<!-- flexmls-idx blocked duplicate search results widget on page -->';
    }
    $fmc_search_results_loaded = true;

    This confirmed the issue was with the hook !flexmlsConnect::allowMultipleLists()

    This led me to an option in the settings Multiple Summary Lists which was set to not allowed but what exactly is this setting and why would we not want to allow multiple results on a single page when searching MLS? Is this intentionally related or a bug?

    Hi Philip,

    What I was told from one of our previous plugin developers was that
    some certain themes or plugins block our code from printing the listings to a page or post. This setting will help push ours forward so the search result pages work without other plugins or themes interfering.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search results not working’ is closed to new replies.