Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {exp:low_search:form result_page="search/low"}
- <fieldset>
- <label for="keywords">Keywords</label>
- <input type="search" name="keywords" id="keywords" />
- <button type="submit">Search</button>
- </fieldset>
- {error_message}
- {/exp:low_search:form}
- {exp:low_search:keywords query="{segment_3}"}
- {exp:low_search:results query="{segment_3}" limit="10"}
- {if count == 1}<ol>{/if}
- <li><a href="{comment_url_title_auto_path}">{title}</a></li>
- {if count == total_results}</ol>{/if}
- {if no_results}No search results{/if}
- {/exp:low_search:results}
- {exp:low_search:popular limit="10"}
- {if count == 1}<ul>{/if}
- <li>{keywords}: {search_count}</li>
- {if count == total_results}</ul>{/if}
- {/exp:low_search:popular}
- {exp:low_search:collections}
- {if count == 1}<ul>{/if}
- <li>{collection_label}</li>
- {if count == total_results}</ul>{/if}
- {/exp:low_search:collections}
- {segment_3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement