Advertisement
Guest User

Untitled

a guest
Jul 8th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {exp:low_search:form result_page="search/low"}
  2. <fieldset>
  3. <label for="keywords">Keywords</label>
  4. <input type="search" name="keywords" id="keywords" />
  5. <button type="submit">Search</button>
  6. </fieldset>
  7.  
  8.  
  9. {error_message}
  10.  
  11. {/exp:low_search:form}
  12.  
  13.  
  14. {exp:low_search:keywords query="{segment_3}"}
  15.  
  16.  
  17. {exp:low_search:results query="{segment_3}" limit="10"}
  18. {if count == 1}<ol>{/if}
  19. <li><a href="{comment_url_title_auto_path}">{title}</a></li>
  20. {if count == total_results}</ol>{/if}
  21. {if no_results}No search results{/if}
  22. {/exp:low_search:results}
  23.  
  24.  
  25. {exp:low_search:popular limit="10"}
  26. {if count == 1}<ul>{/if}
  27. <li>{keywords}: {search_count}</li>
  28. {if count == total_results}</ul>{/if}
  29. {/exp:low_search:popular}
  30.  
  31.  
  32.  
  33.  
  34. {exp:low_search:collections}
  35. {if count == 1}<ul>{/if}
  36. <li>{collection_label}</li>
  37. {if count == total_results}</ul>{/if}
  38. {/exp:low_search:collections}
  39.  
  40.  
  41. {segment_3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement