• Resolved sven321a

    (@sven321a)


    Example:

    Post A has Category X, Tag Y.

    Post B has Category Z, Tag Y.

    When I create a Post Grid with query for Category X, it correctly displays only Post A.

    But when I enable a filter for Tag Y, Post B will now display also.

    Is that intended?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Tonmoy

    (@azimkhan123)

    Hi @sven321a ,

    Thank you for reaching us. Yes, we did this intentionally. The filter will override the condition of the query otherwise it won’t give you any proper result.

    So every time you are using the filter it will ignore the query you set in the query builder section.

    Thread Starter sven321a

    (@sven321a)

    Is there any way to remove this override?

    i.e. I want to only filter items that belongs to Category X, to improve the user experience

    so far excluding author is the only method that seems to work, but its not practical for my application

    • This reply was modified 1 year, 11 months ago by sven321a.
    Tonmoy

    (@azimkhan123)

    Hi @sven321a ,

    Unfortunately, there is no way to make that work. The filter won’t follow any query value and will integrate only with pagination.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Grid 2 – Query conflicts with Filters’ is closed to new replies.