If a site has say 500 game info pages, all using the same page template,
all with the same layout, and all with the same the same properties
(title, short description, game Id, game type, game large image, game
small image etc), it would be great if a front end app could query a
subset of these, e.g. to show small image and short description for
games of a particular type. This could be done with a custom sling
servlet, but the params, search query and response fields would be hard
coded. We und...