Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 65051

Desirable row filtering extensions

$
0
0

Replies: 0

I see that the row filtering logic is limited (e.g., combining && and || operators not allowed). I still think it would be nice to have additional options, such as

  • filtering based on specific columns
  • (more important to me) negative filtering. this could be realized using the same logic as the current filtering, but using a syntax such as exclude=".....", whereby the logic in the exclude option would be the same as with the filter option. Ideally, it should be possible to combvine both positive and negative filters: filter="....." exclude="....."

Viewing all articles
Browse latest Browse all 65051

Trending Articles