Martin Holmes
Martin Holmes
Yes, I think this could be a 2.1 change: the build process only compiles the js if there are no compiled versions, or if the source js is newer than...
Moving this along to the 2.1 milestone, for consideration of distributing pre-compiled versions of the JS in the distro package.
Branch for this is iss-310-remove-XSet.
I changed my mind about removing the class entirely. It has both the addArray() method (which is used a lot, and useful), and it has a custom property which would...
This is merged. Closing.
Actually it could be backported to 1.4 easily too. There will probably be documentation updates to do as well, though.
We introduced case-sensitivity on purpose in version 1.1, so that people could search for proper names: "Phrasal searches are now case-sensitive, meaning that you can use a ‘phrasal search’ to...
We decided to do an experimental implementation in a branch as follows: - If you have phrasal searching turned on in the config, the makeSearchPage.xsl file will create a checkbox...
This work will happen in the iss304-make-phrasal-search-case-sensitivity branch. (Screwed up the name, but meh.)
Basic working implementation now in iss304-make-phrasal-search-case-sensitivity branch. What remains to be done is tracking the checkbox's state in search history URLs. @joeytakeda I don't know if you were convinced of...