This repository was archived by the owner on Nov 9, 2022. It is now read-only.
Settle on an approach for standard-reduction #194
Open
Description
The standard-reduction.xqy module has two functions: standard-reduction
and standard-reduction-query
. It doesn’t look like standard-reduction-query
is actually used anywhere, although there are orphaned references to it in several of our example match options. The standard-reduction-query
likely can't work, since it relies on combined queries, but a cts:and-query
doesn't take a weight.
Actions:
- remove implementation of
standard-reduction-query
- document that
standard-reduction
requires matches - consider whether there's a way to implement this that doesn't require matches