We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3102
    • 50 Posts
    Hello,

    How can i make a filter/search engine based on TV in MODX Revolution.

    My intention is that you can filter on for example numbers of rooms, availability and a few other things, everything will introduced in the backend by using tv.
      • 33968
      • 863 Posts
      You could look into AjaxSearch perhaps, although it would be more efficient to store that data in custom tables and filter using a custom search snippet. Depends if you want to get your hands dirty or not smiley
        • 5811
        • 1,717 Posts
        @benjamin

        For Revo you could look at AdvSearch . And as explained by Lucas, if you have a search on lot of TVs it is better to have a custom table as extension to the content_site table.
        Any way you can use AdvSearch with Tvs or with custom table. No needs to redevelop a search engine.
        For some demos look here. Look at the query hook documentation and faceted search demos.