[09:26:36] hi i have multiple pages with an Attribute with multiple values [[Attr::X]][[Attr::Y]][[Attr::Z]] for example . currently the Attr has Type Text . now for a query i need to find pages where Attr has not the Y value, but it doesn't seems to work with [[Attr::!Y]] ... do i need to change the Type of the Attr? [18:27:46] hanmac: '!' should work with Text. [19:40:56] FoxT does it work with multiple values? [19:43:18] hanmac: Yes, but probably not as you would expect. I am not sure wheter '!X' selects all pages where X is not used, or all pages that have at least one value other than '!X' used. I believe the second. That would mean, that [[Attr::X]][[Attr::Y]][[Attr::Z]] would be selected by !X. [19:45:15] yeah my current tests where i wanted to change some query shows the later one :/ that why i thought it might be different if Attr would be type Page