mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Enable searching for SQL Server storage provider
This commit is contained in:
parent
a41f43c380
commit
e98f7b9218
10 changed files with 1040 additions and 783 deletions
|
@ -57,6 +57,8 @@
|
|||
<div class="explain">Show results that have "google", either "apple" or "microsoft" but not "ibm"</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if (eq appMeta.storageProvider constants.StoreProvider.SQLServer)}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
{{/layout/master-sidebar}}
|
||||
|
@ -64,7 +66,7 @@
|
|||
{{#layout/master-content}}
|
||||
{{layout/logo-heading
|
||||
title="Search"
|
||||
desc="Basic and advanced search queries"
|
||||
desc="Find content"
|
||||
icon=constants.Icon.Search}}
|
||||
|
||||
{{search/search-view
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue