@extends('admin/public/layout') @section('title')XunSearch整合@endsection @section('content') XunSearch全文检索整合 xunsearch的安装就配置参见http://www.xunsearch.com/ 官网教程 开启XunSearch全文检索 (开启前一定要确认xunsearch安装好并且已开启服务) get('xunsearch_open','0') == 1) checked @endif > 开启 get('xunsearch_open','0') != 1) checked @endif > 关闭 搜索索引Host (请填写xunsearch服务Host及端口号) 搜索服务Host (请填写xunsearch搜索服务Host及端口号) 搜索框提示语 XunSearch索引管理 重建索引 清除索引 @endsection @section('script') @endsection