Last modified: 2007-12-31 14:47:49 UTC
SMWStore and SMWSQLStore have a function called "getAllPropertySubjects()", that returns all pages that have a certain property. The converse, which would probably be called "getAllPropertyObjects()", that would return all pages that a certain property points to, is needed as well - Semantic Forms needs this function in order to do autocompletion on all the previously-entered values for a property.
This is now possible via the store's function getPropertyValues, used with NULL as subject.