文件名称:locomotivecms-search:LocomotiveCMS 的内容搜索
文件大小:95KB
文件格式:ZIP
更新时间:2024-07-31 18:34:35
Ruby
机车CMS搜索 设置 打开您的Gemfile并向其添加 locomotive-cms 搜索: gem 'locomotivecms-search', require: 'locomotive/search/mongoid' 查看 Activesearch gem 以了解哪些后端可用以及如何配置它们。 运行bundle install 添加搜索结果页面 [新的方法] {% search_for params.query, per_page: 10, page: params.page %}
{{ search.total_entries }} elements found.
-
{% for result in search.results %}
- {{ result.title }}</l