• Revolution filter#

  • benjamins Reply #1, 6 months, 1 week ago

    Reply
    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.


  • Lucas Reply #2, 6 months, 1 week ago

    Reply
    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


  • coroico Reply #3, 6 months, 1 week ago

    Reply
    @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.