Tell us what you are trying to do?
I am trying to not use a submit button, but ajax update in my view editor. Everything works fine except when the filtered loop items are displayed, everything that gets displayed in the loop item that is pulled from a [wpv-view] doesn't update. It remains the same as the first loop item when no filters were selected (so every item displays the same content).
The solution in that ticket was to remove [wpv-control-post-relationship], unfortunately I need that functionality. The loop editor works when I used a submit button instead of an ajax request. Do I have to pick between using my custom filter or using ajax? Or is there another work around.
Lets focus on the original issue in this ticket. I've had a look at the search and the filters and the view seems to be updating normally when a filter item is selected.
Perhaps you can do a small video demonstration of the issue so that I can better understand. However as it is right now i'm not seeing any issues with the filters and the view content.
In the front end photo, this is after the filter has been used to select location. The services, areas of expertise, and I can also help with are populated with the exact same content. In the back end, you see that services gets it's content from [wpv-view]. So does areas of expertise and I can also help with.
locations is a taxonomy. It and the other content that come from [types] and [wpv-post-taxonomy] display the correct, different content that belongs to the persons profile.
The [wpv-view] content seems to just take the content that was in the first, unfiltered post and just used that for the rest of the times in the loop.
Your fix worked for the services view, but not for the areas of expertise and I can also help with. If you can implement the same fix for those two views as well that would be perfect.