Hello, i have data inside a custom post type SELECT fiels that i need to use as a search filter in a VIEW.
Data is stored as "value : name". If i use this field as a search filter, in the front-end i see the value instead of the name.
Is it possible to see the name instead?
For instance "AG : Agrigento (AG)" must output in the filter as "Agrigento (AG)" instead of "AG".