[TYPO3-Solr] RealUrl in Solr not working?
Reico Cannella
rca at rtp.ch
Mon Sep 23 18:05:59 CEST 2013
Hey guys
The configuration below is my config for the table fe_users. The data
gets indexed correctly. The only thing not working is the RealUrl. Do i
have to set some settings or call a special function for RealUrl to
trigger here? Maybe the Typoscript itself is wrong? Any Ideas?
THX 4 help
Created URL -> index.php?id=73&mitarbeiter%5Buid%5D=21
Expected URL -> de/die-hfh/who-is-who/mitarbeiter/judith_adler/
// fe_users
plugin.tx_solr.index.queue {
fe_users = 1
fe_users {
fields {
content = tx_hfhwhoiswho_jobtitle
title = last_name
prename_stringS = first_name
url = TEXT
url {
typolink.parameter = {$employeeDisplayPid}
typolink.additionalParams = &mitarbeiter[uid]={field:uid}
typolink.additionalParams.insertData = 1
typolink.returnLast = url
}
}
}
}
More information about the TYPO3-project-solr
mailing list