Do we have an option of using AND query?

Created on 28 May 2024, 7 months ago
Updated 12 July 2024, 5 months ago

Problem/Motivation

I would like to show a block if both the conditions are met:
a=value1
b-value2

Is there a way in the current module to allow that?

As far as I understand (after checking the code), the module starts checking the query params against the request params and the moment a match is found, it returns a TRUE.

✨ Feature request
Status

Active

Version

1.4

Component

Code

Created by

πŸ‡¦πŸ‡ΊAustralia gargsuchi Melbourne

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @gargsuchi
  • πŸ‡ΊπŸ‡ΈUnited States nathan573 New York

    I would find this useful as well. I'd like to show blocks when multiple filters are applied in a View.

    Thanks

  • πŸ‡ΊπŸ‡ΈUnited States nathan573 New York

    This is a patch I came up with that allows multiple exact match querystrings to be defined. There is a checkbox that enables this new behavior instead of the original behavior.

Production build 0.71.5 2024