for the the second model, the same search(nil) returns every object in
the database (all 60k of them). This obviously isn’t what I want. I
can’t seem to figure out what I did to the model to get it to behave
this way, I have removed all of the code from the model itself and the
behavior is still the same.
can’t seem to figure out what I did to the model to get it to behave
this way, I have removed all of the code from the model itself and the
behavior is still the same.
Can you paste in code pertinent to what you are doing? Sounds like is
not
the case but I would think that somewhere you are calling .all on the
search
if you are getting such a result.
Can you paste in code pertinent to what you are doing? Sounds like is not
the case but I would think that somewhere you are calling .all on the search
if you are getting such a result.