0 users online. Create an account or sign in to join them.Users
Filtering a Navigation DS
A bug in 2.2.1, submitted by Nils on 09 May 2011
Announcement
Symphony's issue tracker has been moved to Github.
Issues are displayed here for reference only and cannot be created or edited.
I'm trying to filter a navigation data source by two values, a static and a dynamic one:
navigation + {$ds-sprache}{$ds-sprache}returns the currently selected language (eitherdeutschorenglischin my case).I was expecting that
+will only return pages that have both types attached (navigationanddeutsch/englisch). But it seems always return pages that match the first or the second value. Looking atdatasource.navigation.phpit seems like Symphony is checking, if is should join types byANDorOR.See related forum discussion.