U
U
UksusoFF2014-02-28 09:20:10
Drupal
UksusoFF, 2014-02-28 09:20:10

How to customize filter grouping in Drupal?

Good afternoon!
There is a material type with fields:
Title
Body
Text_Field = text
List_Field = list {first list item, second list item}
Date_Field
Add the following filter to Views
(Published = True AND Date_Field >= now) AND ((Text Field IS NOT NULL) OR ( List_Field = the first element of the list))
If the Eliminate duplicates checkbox is not checked in the List_Field, then only those materials that fall under the condition (List_Field = the first element of the list) are displayed.
But if you check this box, then only those materials that fall under the condition (Text Field IS NOT NULL) are displayed.
Hence the question: Why? And how all the same to display materials that fall under both conditions?
e19427ded69525efb90baa77eafc50ca.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
UksusoFF, 2014-08-06
@UksusoFF

The problem was solved by itself, probably due to updating the PHP version.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question