SimpleSearch can be templated via Chunks:
[[SimpleSearch? &tpl=`Chunk` &showExtract=`1`]]
and the Chunk e.g. contains
<div class="sisea-result">
<h3>[[+idx]]. <a href="[[+link:is=``:then=`[[~[[+id]]]]`:else=`[[+link]]`]]" title="[[+longtitle]]">[[+pagetitle]]</a></h3>
<div class="extract"><p>[[+extract]]</p></div>
</div>
Asuming that your image-tags show up in the extract (i.e. a portion of the content-field of a resource) you could write:
... [[+extract:notags]]...
or
...[[+extract:YourOwnSnippet]]...
"YourOwnSnippet" then takes "extract" as input where you can treat this input however you like.
hth
f.
Quote from: mewolari at Oct 02, 2015, 04:57 PMThanks. I have no experience with this kind of tags.
The normal SimpleSearch syntax is:
[[!SimpleSearchForm]]
<h2>Results</h2>
[[!SimpleSearch]]
Do you have any idea where I have to put that output modifier you are mentioning?
Thanks in advance!