Escaping characters for list display filter?
-
I have this shortcode,
[pdb_list fields="strategy, symbol, date_entered, entry_price, adjustments" filter='symbol=s&p*&exit_price=']
I have values in the symbols field like SPX1, SPX2, SPX3 etc., and this same filter shortcode is working fine when I filter for these other symbols. The problem is that since the S&P# value has a & in it the plugin recognizes that as an attempt to chain filters, causing it not to display.
Is there any way to escape the filter string? I have tried different forms of quotes and backslashes to try and I would like this to be doable without having to have clients have to adopt and spend time and money changing things to SNP# or something.
- The topic ‘Escaping characters for list display filter?’ is closed to new replies.