esqueleto-textsearch: PostgreSQL full text search for Esqueleto

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

PostgreSQL text search functions for Esqueleto.


[Skip to Readme]

Properties

Versions 1.0.0.3, 1.1.0, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.2.0, 1.2.1, 1.3.0, 1.3.1
Change log Changelog.md
Dependencies base (>=4.9 && <5), esqueleto (>=3.2 && <3.6), parsec (<3.2), persistent (>=2.8.2 && <2.15), persistent-postgresql (>=2.10 && <2.15), text (>=1.2 && <2.2) [details]
License MIT
Copyright 2015 Alberto Valverde González
Author Alberto Valverde González
Maintainer info@supercede.com
Category Database
Home page https://github.com/SupercedeTech/esqueleto-textsearch-ii
Source repo head: git clone https://github.com/jappeace/esqueleto-textsearch
Uploaded by Jappie at 2024-02-16T16:40:51Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for esqueleto-textsearch-1.1.0

[back to package description]

esqueleto-fts

Haskell bindings for postgres full text search in esqueleto. for a good explenation see https://rachbelaid.com/postgres-full-text-search-is-good-enough/

you can turn postgres into a database that is similar in performance for search as elastic search, without having to deal with elastic search.