Problem/Motivation
If I add a boolean field to a nodetype with previously existing nodes that havent't been saved since I had added the new boolean, I expect that the boolean value ist not 1 (TRUE) .
In fact there is absolutely no fields value at all on these nodes as long as the nodes are not updated.
I consider this as a bug that the views filter "field_boolean" ist not 1 (TRUE) is not working. In other words I expect these nodes to be listet in the view with this filter but they aren't listet as long as they are not updated again.
Steps to reproduce
~1. Save some nodes.
~2. Build a view with a list of these nodes and make sure that the nodes are listet in the view.
~3. add a new 'field_boolean' to the nodetype
~4. add the filter 'field_boolean' is not 1 (TRUE) to this view
~5. Experience that the nodes aren't listet anymore in this view
~6. update the nodes
~7. Experience that the nodes are listet now in this view
Proposed resolution
I don't know if this is a field system bug or a views bug but it is strange. If anyone has a more appropriate title for this issue, please let me know …
Comments
Comment #2
marco.bComment #4
marco.bComment #5
cilefen commentedThis looks like a duplicate.
Comment #6
marco.bYes, that's right, it is indeed a duplicate. So I close it here.
Comment #7
marco.bDuplicate of
- https://www.drupal.org/project/search_api/issues/2871814
- https://www.drupal.org/project/drupal/issues/2862828