We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3707
    • 241 Posts
    When you do a search now the URL is missing the value from the id parameter:
    www.mercologia.com/FHCNA/index.php?id=&textSearch=&prLastName=&prClass=&prPosition=&search=Search


    If you change the form action to [~[*id*]~], does the form go to the following URL (but still without results)?
    www.mercologia.com/FHCNA/index.php?id=9&textSearch=&prLastName=&prClass=&prPosition=&search=Search


    Also, if you add the following Ditto call below the search form in document 9, does it return any results?
    [!Ditto? &tpl=`tplDittoPlayers` &parents=`9` &depth=`1` &display=`10`!]
      • 4971
      • 964 Posts
      I get the same results for both, without the nine...

      Good idea about the Ditto call, I thought that Ditto 2.1 did not
      work with Evo 1.0, but the call after the form works perfect...

      so it definitely is the action.
      Do you know if the form, tvExplorer call and the action can all be the same document?
        Website: www.mercologia.com
        MODX Revo Tutorials:  www.modxperience.com

        MODX Professional Partner
        • 4971
        • 964 Posts
        Thanks bob1000, it is working fine now... I was actually
        replacing the id calls with the page number, 9 for me, instead
        of leaving the word "id".

        I will adjust filtering and formating tomorrow...

        Thanks Helio, tvEditor, tvExplorer and Ditto 2.1 work fine
        with Evo 1.0 (so far...)

          Website: www.mercologia.com
          MODX Revo Tutorials:  www.modxperience.com

          MODX Professional Partner
          • 3707
          • 241 Posts
          Glad you got it working smiley

          It’s always a good idea when testing to include a Ditto call with the same parameters being passed via tvExplorer, it helps to narrow down where the potential problems are.

          I haven’t used tvExplorer with Evo yet so I was beginning to think that was the problem.
            • 11231
            • 3 Posts
            I see nothing in Tv-Explorer tab. there are only search button with no result. pls help. what’s wrong with my installation.
              • 4971
              • 964 Posts
              Please give us more info...
              computer setup, did you follow the tvEditor, tvExplorer instructions?
              screen pictures?
                Website: www.mercologia.com
                MODX Revo Tutorials:  www.modxperience.com

                MODX Professional Partner
                • 11231
                • 3 Posts
                Ok, i got it. after create new tv, and than select template. i see the template and tv. but when i click search, it keep searching, not stop.

                another question, how to search pages with tv=news using keyword/search button and using drop down menu. how is the code. pls help.

                  • 11975
                  • 2,542 Posts
                  Hi,

                  sadly,there is noo full text serach feature for backend sad
                  This could be done but I do not plan to work on this.

                  :)
                    Made with MODx : [url=http://www.copadel.com]copadel, fruits et l
                    • 11231
                    • 3 Posts
                    no, i mean for the front end.
                      • 4455
                      • 76 Posts
                      Hi,

                      Firstly tvExplorer is awesome! I got it going easily enough (a big thing for me) and it’s doing nearly everything I need it too.

                      The only issue I’m having is filtering doesn’t seem to be working?

                      I’m running evo and ditto 2.1.

                      My call is
                      [[tvExplorer? &dittoName=`Ditto` &dittoSnippetParameters=`depth:0|tpl:ditto_listing_item` &formTPL=`tve_test_tpl`]]
                      
                      [+tve.searchForm+]
                      
                      [+tve.dittoList+]



                      And the form chunk is
                      <form action="[~[*id*]~]" method="get" >
                      <input type="hidden" name="id" value="[*id*]" />
                      <fieldset>
                      [+tve.priceRange:#RANGE{label->min price:filter->6:elements->@CHUNK pricetable||label->max price:filter->5:elements->@CHUNK pricetable}+]<br />
                      [+tve.bedrooms:filter->6:label->Bedrooms+]<br />
                      [+tve.bathrooms:filter->9:label->Bathrooms+]<br />
                      [+tve.carSpaces:filter->9:label->Car Spaces+]<br />
                      [+tve.propertyType:filter->9:label->Property Type+]<br />
                      </fieldset>
                      <fieldset>
                      <fieldset class= "sendForm" >
                      <input type= "submit" name= "search" value="search" />
                      </fieldset>
                      </form>


                      I have a list of 2,3&4 bedroom properties and I’ve been modifying the filter on tve.bedrooms and get the following results selecting 3 bedrooms:
                      1 - only three bedrooms (equals)
                      2 - no results
                      3 - no results
                      4 - 2 & 3 bedrooms (less than & equals)
                      5 - 2 bedrooms (less than)
                      6 - no results
                      7 - 3 bedrooms (equals)
                      8 - no results
                      9 - 3 bedrooms (equals)
                      10 - 2,3 & 4 bedrooms (everything)
                      11 - 2,3 & 4 bedrooms (everything)

                      What I’m really looking for is equals & greater than so I can display 3 rooms or more.

                      Does anyone have any idea why it’s not filtering properly?

                      Cheers
                      Free