In 1.5.2, does anyone know if there is some way to omit or suppress RDF data in search results, short of post-processing the content with PHP?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
June 24, 2007 11:54pm
Subscribe [2]#1 / Jun 24, 2007 11:54pm
In 1.5.2, does anyone know if there is some way to omit or suppress RDF data in search results, short of post-processing the content with PHP?
#2 / Jun 25, 2007 1:22am
Use the rdf=“off” parameter, or disable trackbacks for the weblog if you do not want them at all.
#3 / Jun 25, 2007 1:42am
Thanks Derek. I can’t seem to find documentation of that parameter for {exp:search:search_results} and you recently cautioned me “My best advice to you is to rely only on behavior that is explicitly documented and supported.” So will I be in good shape if I use {exp:search:search_results rdf="off"} ?
#4 / Jun 25, 2007 9:54am
You’re correct on both counts, and I’ll see to it that the docs get amended.
#5 / Jun 25, 2007 4:03pm
Sounds good, thanks for your help.