••• I am trying to •••
I build a search for different shops and I need to separate the filter from the results with a map.
In my page i use those shortcode :
[wpv-form-view name="points-de-vente" target_id="self" cached="off"]
[wpv-view name="points-de-vente" view_display="layout" cached="off"]
Half of the time, the results display gave me also the filter so I have a duplicate of those filter and map. All of the time, when I press the reset button at the bottom of the map ( réinitialiser la recherche ), this duplicate shows. Also, hitting this reset button don't reset the whole thing. The argument in the URL stays mostly the same as with the filter :
Before reset
?wpv-produits-offerts=tribe-en-fut&wpv_aux_current_post_id=552&wpv_view_count=540-TCPID552
After reset
?wpv-produits-offerts=detaillants&wpv_aux_current_post_id=552
••• Link to a page where the issue can be seen •••
hidden link
Hello,
This is a known issue when you split a post view with AJAX search feature into different places, it will conduct unexpected result as you mentioned above.
And it has been put int our to-do list of Views plugin version 2.8, but I am not sure when will it be released.
Currently, I suggest you try one of below options:
1) Disable AJAX search feature
2) Or don't split the search form and search result, output them into one singe shortcode, for example:
[wpv-view name="points-de-vente"]