Hello Oliver. This is a great plugin! I've an issue and I've a request:

The issue:

If I've a page like this one:

     <r:search:form label="Immettete di seguito il testo da ricercare " />
     <hr />
     <r:search:empty>
       Nessuna pagina trovata contenente il termine: "<r:search:query/>".
     </r:search:empty>
     <r:search:results>
       Results:
       <ul>
         <r:search:results:each>
           <li>
             <r:link/> (by <r:author/>)
           </li>
         </r:search:results:each>
       </ul>
     </r:search:results>

After I search for a term which is not found, the expected text
appears. But when I access again (reload) the page, the text within
the  "<r:search:empty>" tag remains on the page while I'd expect it
should not. Maybe there is something I'm doing wrongly ...

The request:

Could you also provide a tag which will show a snippet of the found
page (for example the first 5 rows or so)?

Best regards,

--M

On 6/10/06, Oliver Baltzer <[EMAIL PROTECTED]> wrote:
> Hi All:
>
> For those of you who are missing search capability in Radiant, I created a
> simple "Search" behavior for pages. It lets you create a search page that
> receives keywords as parameters and lists pages that match those keywords.
> It also has live search capabilities. It is wrapped into a Rails plugin, so
> all you need to do is to dump the plugin it into the 'vendor/plugins'
> directory of your Radiant installation and restart the instance.
_______________________________________________
Radiant mailing list
[email protected]
http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to