1
0
Fork 0
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:
HarveyKandola 2019-10-10 11:58:41 +01:00
parent 444b89e425
commit ccd756aca0

View file

@ -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)}}