Skip to content

pokonski/full-text-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Please feel free to use a different markup language if you do not plan to run rake doc:app.

search_development=# SELECT id, content FROM things WHERE id IN (SELECT searchable_id FROM stems WHERE searchable_type = ‘Thing’ AND word IN (‘zupa’) EXCEPT SELECT searchable_id FROM stems WHERE searchable_type = ‘Thing’ AND word IN (‘zas’, ‘truposzas’));

About

Home-brewed full text search in PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages