Changeset 52 in bookmarks for trunk/list.tt


Ignore:
Timestamp:
08/15/13 15:58:10 (11 years ago)
Author:
peter
Message:
  • Bookmarks::get_bookmarks() and Bookmarks::get_cotags() support a query argument that limits the results to the bookmarks whose titles contain the query (implemented using SQL LIKE)
  • the bookmark application takes a q query parameter and uses it as the bookmark text query
  • added a text input to enter a text query
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/list.tt

    r40 r52  
    120120    <div class="refine"> 
    121121      <form method="get" action=""> 
     122        <label>Search: <input type="text" name="q" value="[% query | html %]" size="30"/></label> 
    122123        <div class="taglists"> 
    123124          <ul class="searchtags"> 
Note: See TracChangeset for help on using the changeset viewer.