mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Document PostgreSQL wildcard search syntax
This commit is contained in:
parent
444b89e425
commit
ccd756aca0
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
|||
<div class="explain">Show results that contain the word "apple" but not "macintosh"</div>
|
||||
<div class="example">google & (apple | microsoft) & !ibm</div>
|
||||
<div class="explain">Show results that have "google", either "apple" or "microsoft" but not "ibm"</div>
|
||||
<div class="example">apple:*</div>
|
||||
<div class="explain">Show results that contain words that start with "apple", such as "applesauce" or "applet"</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if (eq appMeta.storageProvider constants.StoreProvider.SQLServer)}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue