You can group products in any way you want, by team, date (month, year), milestone (beta, general), feature (laser printers, inkjet printers), and so on. Give your product groupings names that make sense to you and your team.
Standard editing keys are available for your platform. When you edit the SPARQL query, you can type Control+space to receive content assistance.
In version 4.0.4 and earlier, the query code displays in black, without content assistance.
You can change the SPARQL query to find certain kinds of products. However, the first variable in the SELECT clause must be a pd:ItemVersion variable. This variable is used to populate the product tree in the Browse Products page.
Some useful ways to modify the SPARQL queries are to use predefined system parameters and to use properties on a product.
#?product <https://amrrtcserver:9450/relm/property/_ProductProperty_> "PropertyValue".
?product <https://amrrtcserver:9450/relm/property/_Fall_> "2016".
You can also use the following predefined system parameters in the SPARQL query. Parameter values are substituted into the query string at run time, and customize the query results.
Some of the predefined system parameters substitute the current time and date in the query. If you specify a raw date in the SPARQL query, be sure to use explicit time zones to avoid client/server time zone differences.
View the custom product grouping in the Browse Products screen products list box.