[TYPO3-Solr] Custom sorting fields - how to ignore quotes etc?
Jochen Rieger
j.rieger at connecta.ag
Thu Apr 19 14:23:29 CEST 2012
Dear Ingo,
thanks for your quick look at it.
> Unfortunately not, but how about simply not indexing them / stripping
> them out when indexing?
Yes, that's what I was thinking about as well.
We would set up something like
sortingTitle_stringS = TEXT
sortingTitle_stringS {
field = myHeadlineField
postUserFunc = user_funcs->convertStringForSorting
}
I was wondering if there is some kind of default solr filter / helper
that could be triggered via typoscript conf instead of using an own
userFunc?
Regards,
Jochen
More information about the TYPO3-project-solr
mailing list