The customer reported that there are two views on a page that are using some custom shortcode to show a count from the results, but only one of them updates correctly when the search fields are used.
Solution:
Guided that results were not getting updated in the second view because there were no query filters added in it.
Suggested to add query filters in the second view too so that they match the URL parameters used by the other view.
I am trying to import two spreadsheets as two separate, but related CPT's, and the two options that I have for connecting a related CPT is either by inputting the Post Title, or Post ID of the related post. Post Title is not possible to use for me since there are a bunch of Post Title's that are exactly the same wording and it will create anomalies, so I need to work with the Post ID.