Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split up Rails Search category #901

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

toddkummer
Copy link
Contributor

The gems in this category generally did one of two things:

  • supported text searches, either via a search engine or a database feature
  • enhanced Rails to make querying and/or filtering easier

I combined the search engine and (mostly PostgreSQL) full text search gems since they seem to address the same need. One way of looking at the split is gems that interact with external features and gems that enhance Rails.

Both category names start with "Rails Search". This will keep them together, hopefully helping anyone that is looking for one or the other. That said, names and descriptions might warrant some discussion.

The gems in this category generally did one of two things:
- supported text searches, either via a search engine or a database feature
- enhanced Rails to make querying and/or filtering easier
@toddkummer toddkummer force-pushed the split-rails-search-category branch from 3b8746e to 47f22b7 Compare July 2, 2024 01:13
@colszowka
Copy link
Member

Nice, thanks a lot @toddkummer 👍

@colszowka colszowka merged commit 9ccbd98 into rubytoolbox:main Jul 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants