Tonko Mulder

Results 39 comments of Tonko Mulder

@msslgomez it's indeed the `encrypt_assertion` option. That's currently our workaround, so that the tests are passing again. But we're still looking for an actual fix. ```php // Encrypt requests and...

@msslgomez we are only experiencing problems with our testsuite. So the above snippet sets it to false while the tests are running. So it does not affect the production environment

Just a FYI I'm working on the highlighter and will commit it to my fork on monday

At the moment those are configured in solrconfig.xml, but good to mention that. I will implement that next monday

Server side solr, in solrconfig.xml ``` xml (...) ``` in there you can config your defaults for facets, spellcheck, highlighter etc.. See http://wiki.apache.org/solr/SolrRequestHandler

Then you need to make every option available in the getSearchURL function, which in most cases is not what you want.

You make it sound like having a good configured searchHandler is a bad thing? Solr is made that way so that you configure it that way, besides that there are...

@sandervanhooft can this be included in a new release?

🙏 Thank you 😄

@GromNaN isn't this more like a feature request, to have support for the `RefreshDatabase` trait? As the [docs](https://github.com/mongodb/laravel-mongodb/blob/4.0/docs/transactions.md#database-testing) currently mention that this and the `DatabaseTransactions` trait are not supported.