• Resolved rpaganoict

    (@rpaganoict)


    Filtering via url parameter using wildcard no longer works and table loading remains in a loop

    example
    ?wpda_search_column_Aid=%-3-%

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @rpaganoict,

    Instead of using just ‘%’ on the URL, please use the encoded version of % instead, which is ‘%25’.

    For example: ?wpda_search_column_Aid=%25-3-%25

    Hope this helps! Let us know if you have more questions.

Viewing 1 replies (of 1 total)

The topic ‘wpdataacces URL parameter wildcard doesn’t work’ is closed to new replies.