Skip to content

Fuzzy search for Nextcloud/ownCloud using PostgreSQL

Notifications You must be signed in to change notification settings

icewind1991/searchlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SearchLight

Fuzzy search for Nextcloud/ownCloud using PostgreSQL

Requirements

SearchLight requires Nextcloud/ownCloud to be setup with PostgreSQL as database backend and requires PostgreSQL to be compiled with the pg_trgm extension.

Installation

Due to permission limitations SearchLight can't enable the pg_trgm extension automatically, to enable this extension run

CREATE EXTENSION pg_trgm

On the PostgreSQL server a super user before enabling the app.

Fuzzy search

SearchLight uses PostgresSQL's fuzzy search features to provide fast fuzzy matching of file names.

Fuzzy matching

About

Fuzzy search for Nextcloud/ownCloud using PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages