1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

Enable Full-text Search when using SQL Server 2016+

This commit is contained in:
sauls8t 2019-09-11 19:08:53 +01:00
parent 0524a0c74c
commit 5004e5a85e
10 changed files with 1360 additions and 1199 deletions

View file

@ -30,8 +30,10 @@ All you need to provide is PostgreSQL, Microsoft SQL Server or any MySQL variant
## Database Support
For all database types, Full-Text Search support (FTS) is mandatory.
- PostgreSQL (v9.6+)
- Microsoft SQL Server (2016+)
- Microsoft SQL Server (2016+ with FTS)
- MySQL (v5.7.10+ and v8.0.12+)
- Percona (v5.7.16-10+)
- MariaDB (10.3.0+)
@ -48,8 +50,8 @@ All you need to provide is PostgreSQL, Microsoft SQL Server or any MySQL variant
## Technology Stack
- Go (v1.12.9)
- Ember JS (v3.12.0)
- Go (v1.13.0)
- EmberJS (v3.12.0)
## Authentication Options
@ -60,7 +62,7 @@ Besides email/password login, you can also authenticate via:
* Red Hat Keycloak
* Central Authentication Service (CAS)
When using LDAP/Active Directory, you can optionally also authenticate with email/password.
When using LDAP/Active Directory, you can enable dual-authentication with email/password.
## The Legal Bit