staticSearch
staticSearch copied to clipboard
A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
The documentation output has been bugging me a bit, so I'm just going to wade in with some CSS proposals in a branch.
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...
After merging @tgraham-antenna 's PR for Windows support, on Linux and Mac we're seeing this: `Creating configuration file from file:////home/mholmes/temp/staticSearch/configTest.xml` which probably just needs a little tweak to get the...
All of our tokenizing and stemming should incorporate Unicode Normalization. I realized when working a dictionary project that users will frequently type search queries using keyboard setups that don't generate...
This is a general ticket where we can discuss the issues around release protocols (especially where hotfix point releases are concerned), as well as the storage or otherwise of things...
I was just thinking about configuring a feature filter for document titles, and it occurred to me that we already have all the info we need to construct one in...
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...
Users on projects with lots of search filters on the search page often complain that although there are Search buttons at the top and the bottom, that's still a long...
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...