New to ruby, trying to figure out how to debug this problem - I've been working on a search method, and the search call returns correctly on the server, but not the console.
Item.where() { has_keyword "phone" }
returns [] on the server, returns a list with 15 objects on the console. What kinds of differences exist between the server and console? Where should I start looking?