https://bugzilla.wikimedia.org/show_bug.cgi?id=21108
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Markus Krötzsch <[email protected]> 2009-12-23 17:41:50 UTC --- A "subcategory of" property has now been introduced, and configuration options have been added to decide whether or not category statements should lead to subcategory or instance of relationships (or to both or to neither), see Bug 20039. To completely separate subcategory and instance of relations, one would thus need to set both $smwgCategoriesAsInstances = false and $smwgUseCategoryHierarchy = false. In inline queries, [[Category:Foo]] statements always refer to instance of relationships, and only the setting $smwgCategoriesAsInstances determines which results will be included in this case. Querying for the new property subcategory_of also works now, but existing installations must run setup (update) again and refresh all data (e.g. via the Special:SMWAdmin page) since the DB layout has changed. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
