MU Build chain of properties in a query
From SeleniumSMW_AUT
This module is dedicated to Queries and of type Use case.
Contents |
Prerequisites
- at least one page must be annotated with a specific VALUE A for a specific PROPERTY A
- the page of VALUE A must be annotated with a specific VALUE B for a specific PROPERTY B
Description
Queries can search for different values for a specific property. It might be possible that users only what to search for values, which fulfil another requirement. Example: Users search for cities, which are located in any country, which is member of the EU. The second line shows the query syntax for the chain of properties:
[[Category:Cities]] [[located in.member of::European Union]]
Result
- this query will display all cities which are annotated for the property "located in" with a VALUE A which is on the other hand annotated with [[member of::European Union]]
Testing
This use case is checked by the following test case: TC Build chain of properties in a query
This module has the test priority: medium.
User documentation
This use case is documentated on the following help page: