Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icewind1991/searchlight
Fuzzy search for Nextcloud/ownCloud using PostgreSQL
https://github.com/icewind1991/searchlight
Last synced: about 1 month ago
JSON representation
Fuzzy search for Nextcloud/ownCloud using PostgreSQL
- Host: GitHub
- URL: https://github.com/icewind1991/searchlight
- Owner: icewind1991
- Created: 2016-06-18T11:50:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T18:19:31.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T14:44:45.885Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nextcloud - searchlight - Fuzzy search for NC (Apps / Unofficial)
README
# 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](https://i.imgur.com/1klNa7k.png)