I created a View for a CPT called Beach Home Rentals.
I added a filter that is a mix of Taxonomy Filters and Custom Fields.
Whenever a Filter value is changed, I wanted the results to display dynamically using AJAX
It used to work fine, but it seems that it no longer is working. I have reviewed all of the filters and all of the code that comprises the view and I cannot seem to find any issues. It simply isn't displaying any results.
These are the custom fields. I would suggest not using manual values and allow our Plugin to generate the values for this. I would suggest deleting these fields from the filter and then re-adding them.
I found the solution. I ended up changing the filter to use "number" variables instead of "string" variables for the custom fields and it seems to have solved the issue. Thanks!