John Kloor

Results 5 comments of John Kloor

Hello @l0gicgate, I think I've run into the same issue, and made a simple test case. Within my Apache DocumentRoot, I created a folder named `testcase` and added the following...

I've been working a bit on the SolrSearch_ResultsController::_getQuery() method myself, as it is neither fully allowing or fully escaping the Lucene query syntax. One thing I've discovered is that most...

Thanks for pointing out the EDisMax query parser. It performs much better than the standard query parser, and gracefully handles syntax issues like single quote problem reported in #137. I've...

Right, I only changed `SolrSearch_ResultsController::_getQuery()`. You would probably want to keep your `solrconfig.xml` file for the `qf` parameter. I was hesitant about specifying to use EDisMax in the code, as...

I submitted a pull request that was merged to the develop branch to fix this issue: https://github.com/scholarslab/SolrSearch/pull/126 I do not know why the project has not packaged a new release...