mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
652 B
31 lines
652 B
6 years ago
|
key: postgres
|
||
|
title: Database - PostgreSQL
|
||
|
description: Advanced PostgreSQL-based search engine.
|
||
|
author: requarks.io
|
||
|
logo: https://static.requarks.io/logo/postgresql.svg
|
||
|
website: https://www.requarks.io/
|
||
|
props:
|
||
|
dictLanguage:
|
||
|
type: String
|
||
|
title: Dictionnary Language
|
||
|
hint: Language to use when creating and querying text search vectors.
|
||
|
default: english
|
||
|
enum:
|
||
|
- simple
|
||
|
- danish
|
||
|
- dutch
|
||
|
- english
|
||
|
- finnish
|
||
|
- french
|
||
|
- german
|
||
|
- hungarian
|
||
|
- italian
|
||
|
- norwegian
|
||
|
- portuguese
|
||
|
- romanian
|
||
|
- russian
|
||
|
- spanish
|
||
|
- swedish
|
||
|
- turkish
|
||
|
order: 1
|