luckyframework / luckyframework/avram
Maybe add postgres full text search helpers
Nobody has claimed this yet.
- Dominant language
- Crystal
- Stars
- 183
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
https://pganalyze.com/blog/full-text-search-ruby-rails-postgres
See an example implementation here: https://github.com/wezm/read-rust/blob/f8b50f2c59d9e0454362be43bb0f4d3f66a8860b/crystal/src/queries/post_query.cr
https://www.postgresql.org/docs/11/textsearch-controls.html see "websearch_to_query"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked pganalyze article and PostgreSQL text-search-controls documentation, especially websearch_to_query, then compare the example implementation in crystal/src/queries/post_query.cr. The issue does not name Avram files, tests, or a concrete acceptance criterion, so the helper scope and definition of done need to be established before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal, postgresql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100