Searching in a dynamic field – sometimes suffix is not added in solr-query

We came up with following: We had to find out the Rendering Item for a given Datasource Item. We thought it is a good idea to use ContentSearch for this: searching for the items with template “Controller Rendering” with the Datasource template which is equal to the fullpath of the template of our datasource item.

Continue reading “Searching in a dynamic field – sometimes suffix is not added in solr-query”

LinqToSolr: Using MatchWildcard instead of Contains

When implementing the content search for one of our projects we ran into the problem, that if we use the wildcard search in a specific field and only search for a phrase of the value no result was returned. We tried to find out what happened.

Continue reading “LinqToSolr: Using MatchWildcard instead of Contains”