Created
January 11, 2012 15:47
-
-
Save ka8725/1595259 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62] pry(main)> a = Startup.solr_search{fulltext 'test'}.results | |
Startup Load (0.2ms) SELECT "startups".* FROM "startups" WHERE "startups"."id" IN (1) | |
=> [#<Startup id: 1, name: "test", url: "", digital_media_vertical: nil, differentiator_factor: "", tracking_platform: "", ad_units: "", full_description: "", existing_clients: "", user_id: 1, created_at: "2012-01-11 12:38:51", updated_at: "2012-01-11 12:38:51", views_count: nil, approved: nil>] | |
[63] pry(main)> a = Startup.solr_search{fulltext 't'}.results | |
=> [] |
avsej
commented
Jan 11, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment