I have a query service to a collection in my database that gets events on a particular date. If I create an instance of this on a page it adds the service to the page and I give it a new name. I can then edit mappings etc. All this seems fine
If I now edit the underlying service does this change all instances of the service? So for example if I wanted to get saturdays events for one page and sundays events for another page. Do I need to create two copies of the query service. Or do I create one instance with the where = saturday and then edit the query service so the where = sunday and create a new instance on the required page?