_Version used_
4.0

Describe the bug
I deployed the two .sppkg files from PnP search v4. Added the search results and filter web parts to page. The search results web part works as expected. The filter web part is connected to the results web part. While I select the filters, no filter is getting added if I select checkbox, combo box or date interval. If I select date range as the template, the filter gets added. But the filtering is not happening even for the date fields. Tried with all the existing managed properties.
Looks like the filter web part is broken and does not establish a connection to the results web part. Also, looks like there is an issue with check box or combo box template as well
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On selecting check box as template, the filter field should get added with the available values of the filter from the connected search results web part
On filtering a date range, the results should be refined
Screenshots
Screen shot attached
Desktop (please complete the following information):
Chrome
Additional context
The metadata properties which added to the search results web part. - before trying to add the same to the filter
Seems you are missing connecting the result wp to the filter wp. You need to connect both ways.
Yes, I missed it. Thank you! All working fine now
Most helpful comment
Seems you are missing connecting the result wp to the filter wp. You need to connect both ways.