[TYPO3-Solr] Searching in dynamic fields
b.riezler at pixel-ink.de
b.riezler at pixel-ink.de
Wed Jan 9 17:28:26 CET 2013
Hi all,
i set up my own que for the dam. I'm indexing the category field with a dynamic field wich works fine.
The values are separatly stored by solr.
category_stringM = SOLR_RELATION
category_stringM {
localField = category
multiValue = 1
}
But when i try to search in this field nothing happens.
I defined the search query like this
search{
#+++++++++++++++
# QUERY
#+++++++++++++++
query {
sortBy = created desc
fields = category_stringM^40.0,content^30.0,title^15.0,internal_id_stringS^80.0,keywords^30.0
filter {
noPages = -type:pages
}
}
I tried the standard fields, wich all work fine but when using any dynamic field the search fails and displays nothing.
I'm using the EAP 2.8.0-dev version.
Anyone an idea?
Best,
Benjamin
More information about the TYPO3-project-solr
mailing list