× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Searchbox Issues

More
6 years 9 months ago #4470 by annela1rd
Searchbox Issues was created by annela1rd
Hello,
I am using the free version of JooDatabase and am having difficulties implementing a simple searchbox field on the catalog view. When a user types in any string, the searchbox function does not execute it seems, and returns the entire table. This happens with or without a field list defined in the function. Attached are my site config details.

You can replicate the error on this page: marylandthoroughbred.com/cms/index.php/s...gistry/new-stallions

Here is the code:
{joodb searchbox}
{joodb alphabox}
<div style="float: right;">{joodb limitbox}</div>
<p>{joodb pagecount}</p>

<!-- Title with Sortlinks -->
<table>
    <thead>
    <tr>
        <th>Name<span style="float:right">Order by:  {joodb orderlink|name|Stallion} {joodb orderlink|farm|Farm} {joodb orderlink|sire|Sire}</span></th>
    </tr>
    </thead>
</table>
<!-- LOOP Start -->
{joodb loop}
<div class='{joodb loopclass}' >
  <div><h3>{joodb name}</h3>
    <p>({joodb field|sire} - {joodb field|dam}, by {joodb field|damsire})<br>
    {joodb field|farm}</p></div>
</div>

{joodb loop}
<!-- LOOP End -->
<h3>{joodb nodata}</h3>
<!-- LOOP Pagination -->
<p>{joodb pagecount}</p>
<div class="pagination">{joodb pagenav}</div>

This message has attachments images.
Please log in or register to see it.

Please Log in to join the conversation.

More
6 years 9 months ago #4471 by Dirk
Replied by Dirk on topic Searchbox Issues
Maybe there is a javascript error.
But it works for me!

Please Log in to join the conversation.

Moderators: Dirkjoest