Tell us what you are trying to do?
I'm trying to build a mini version of Google Ads in my site.
Is there any documentation that you are following?
I searched for 'match View results based on parameters of current page' but couldn't find anything.
Is there a similar example that we can see? hidden link - Here you see this line above the search results: Automotive test ad IT test ad. These are 2 custom posts. I have a custom post type Professions too. And a post reference field Profession on the Ads custom post type.
Now i would like to show posts from the custom post type 'Ads' that have a match between this wpcf-job-profession url parameter and the post reference Profession of the ad. This makes the ad more relevant to the current page visited.
Well - I checked on your install and found that the filters you setup is using the custom plugin Search & Filter.
Now, the thing is that post reference field saves the related post ID as value. so, you should not use the URL param "Developer" test string, instead, you need to use the post ID.
When you check the professions post and check the ID of "Developer" post, the post ID is 15.
So, to your view, I changed the "Query Filte" as given under:
Filter by post relationship or repeatable fields group owner
Select posts in a Ad - Profession relationship that are related to the Post with ID set by the URL parameter _sfm_wpcf-job-profession.
eg. <em><u>hidden link</u></em>
Now, if you load the page, and pass the 15 which is "Developer" post ID, you will see the results. hidden link