Coroico / AdvSearch

Dynamic content search add-on for MODx Revolution that supports results highlighting, faceted search and search in custom packages
21 stars 14 forks source link

processElementTags for all fields #54

Closed goldsky closed 10 years ago

goldsky commented 10 years ago

I believe you need to process the raw outputs before send them to the placeholders. Some of them in many cases has snippets, lexicons, chunks, or output modifiers. The extracting becomes failing because it cut off the calls. This is a utility method that I always use. https://github.com/goldsky/modx-chunk-methods/blob/master/your.class.php#L319