When making a query through SolrNet that contains Scandinavian characters like ø, æ, å the query returns no results while queries containing regular words work fine.
The query has been added to the FilterQueries
collection using the SolrQueryByField
class with values "ss_content" which is the field name and the values \"søren\" with quoted set to false. even if i test without the "" in søren it doesn't give any results.
When running the same query through Solr Admin page in the browser it works fine.
Am i missing some configuration in SolrNet which could be causing the issue?
Solr version is 3.6 on Tomcat 8 and is being called from a .Net 4.5 application
Any help would be very much appreciated.