staticSearch icon indicating copy to clipboard operation
staticSearch copied to clipboard

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection

Results 43 staticSearch issues
Sort by recently updated
recently updated
newest added

The documentation output has been bugging me a bit, so I'm just going to wade in with some CSS proposals in a branch.

enhancement

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...

enhancement
question

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...

bug
release-blocker

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...

bug

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...

documentation
enhancement

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...

enhancement

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...

enhancement

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....

validation and diagnostics

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...

validation and diagnostics