I tried to create a custom filter where multiple store items are sorted by whether or not their address is equal to a selected store address. In other words, only the items that contain the same store address as the store selected should be shown. However, I am seeing none of my items. When I remove this custom filter, all of my items can be seen again.
I have a database for stores, which has a field that contains a street address.
I have a separate database for store items which also contains a separate field for store address (the same street address).
This is a picture of the custom filter I am trying to create
Can someone explain how to fix this?