1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version of with_model More... over 13 years ago
with_model has been extracted to a new gem More... over 13 years ago
Bump tests to use ActiveRecord 3.0.3 and fix issue with delegate More... over 13 years ago
Handle question marks in queries More... over 13 years ago
Refactor configuration into a new class More... over 13 years ago
Add hook for autotest to re-run all tests when any source file changes More... over 13 years ago
Reorganize files and cleanup syntax More... over 13 years ago
Refactor pg_search_scope into simpler parts More... over 13 years ago
TODO: accept a block and pass it to the underlying scope More... over 13 years ago
Add specs for testing that :against is present More... over 13 years ago
TODO: Exceptions for missing trigram, dmetaphone, etc. support More... over 13 years ago
Validate options passed into pg_search_scope More... over 13 years ago
TODO More... over 13 years ago
Accept non-string queries More... over 13 years ago
Use #gsub instead of #gsub! so that state doesn't persist between queries More... over 13 years ago
Add TODO More... over 13 years ago
Support ranking by an arbitrary :ranked_by SQL expression. More... over 13 years ago
Allow overriding the default :order to work around ActiveRecord 2.3 scope chaining bug More... over 13 years ago
Fill out gemspec More... over 13 years ago
Support single quotes in search queries More... over 13 years ago
Refactor tests and fix a bug where queries could get stuck on subsequent invocations More... over 13 years ago
Make sure to use the same dictionary when generating the tsquery and the tsvector More... over 13 years ago
Add test coverage for passing in weights only for some columns More... over 13 years ago
Handle characters in the search query that are invalid as part of a tsquery More... over 13 years ago
Add weighting to search rank More... over 13 years ago
Sort by tsearch rank (unweighted), and then by primary key More... over 13 years ago
Add support for switching the tsearch dictionary More... over 13 years ago
Make searches case-insensitive More... over 13 years ago
Add support for prefix searching More... over 13 years ago
Refactor from using plainto_tsquery() to using to_tsquery() More... over 13 years ago