Martin Holmes
Martin Holmes
@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...
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...
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...
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...
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...
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...
The documentation output has been bugging me a bit, so I'm just going to wade in with some CSS proposals in a branch.
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...