How to access/use the new implementation?
How the new implementation works?
How to configure the new implementation?
solrSearchLimit
In the previous version, the appSetting "solrSearchLimit" configuration was misspelled as "sorlSearchLimit".
As of 4.8.0, this has been fixed. While the code is backwards compatible with the old name, it is recommneded that you change it to use the new one.
Additional documentation about this configuration can be found in the Configuration Guide.
DOs
- Modify the appSetting in the web.config from "sorlSearchLimit" to "solrSearchLimit".
DON'Ts
Tips & Tricks
What has been released?
What is in the next release?