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

If you use an ampersand in a phrasal search, then reload the search page, the ampersand causes the phrasal search to be decomposed and only the word before the ampersand...

bug
release-blocker
fix committed

@joeytakeda and I discussed the problem of multilingual texts and stemming today, and came up with what looks like a workable plan; this is a bluesky enhancement, and we don't...

enhancement

At various times I've come across a Java lib incorporating all the currently-supported languages from the Porter Stemmer project as well as a collection of JavaScript implementations. There are various...

enhancement

After retrieving search results, we use: `window.scroll({ top: this.resultsDiv.offsetTop, behavior: "smooth" });` to navigate past the search controls to the actual results. However, if there is a fixed header, it...

bug

There are a number of issues related to filter features, including #248 (allowing markup in filter labels), and #86 (allowing sorting results by filter value), and we think the way...

My adventures with static search continue: you can read more about them at my [Scholarly Digital Editions blog,](http://scholarlydigitaleditions.blogspot.com/), especially the sequence beginning at the E[ndings Project and the Canterbury Tales...

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

enhancement

I've been pushing this away for quite a while because it adds yet more complexity to the search form, but experience in actual projects suggests that we really must add...

enhancement

If, as argued in #194 and originally arising out of #115, schema-based default values for configuration items are not practical or desirable, another option for making our use of de...

question
release-blocker
validation and diagnostics

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

enhancement