Joey Takeda
Joey Takeda
The issue of multiple term queries and ranking has come up a few times— E.g. if for a query for X and Y across two documents, A and B, if...
Following discussion from our meeting on Oct 23, this feature request is for providing an option to sort results by a particular filter value. Here's one implementation I'm thinking about:...
In #251, we were talking about changing fieldsets, but talking it through, we determined that it may be best to give more flexibility for post-processing the search page (we do...
We now have Windows support (#250 and #33), but we will need to handle reserved filenames in Windows. As @martindholmes wrote: List of reserved windows filenames: CON, PRN, AUX, NUL...
In `json.xsl`, we create stash the created map in a variable that are then serialized using `xml-to-json()`. E.g.: https://github.com/projectEndings/staticSearch/blob/c1dbd48281dfec376a3da6294a1469e384d489da/xsl/json.xsl#L204-L209 That map is not a `map{}` in the XPath sense, but...
As discussed in #73, we need better validation and diagnostics to check the syntaxes of the config and the input documents as well as the relationship between the configuration document....
Since we are hoping to get a more robust validation system in place for documents and the configuration file per #206, I think we should consider having better diagnostics for...
Arising out of #73 and email conversation with @martindholmes, we have decided that we should add schematron validation for the document collection. Some of the constraints that we've considered are:...
Stemming from #73 and part of #206: we need to add schematron process and validation to the build. I think we should do what we've done before and use the...
It's not clear to me how we should organize the schematron that we want to write, since we have two distinct things (in distinct namespaces) that need to be checked....