Displaying 1 result from an estimated 1 matches for "nummberof".
Did you mean:
numberof
2009 Mar 18
0
search across models
...programs has_many:streams
streams belongs_to :all above tables
I have cretaed a search controller to implement the search:
now here my sample querie i want to implement in my search controller.
find streams from containerformats has number of programs = 1(which is
from transportstreams table) and nummberof videos =1 (which is from
programs table) and resolution ="720x480"(which is from streams table)
the above query i could able to write and test in mysql prompt.
But if i try to implement this i could not able to do this.
Can you suggest me how exactly the code looks like to search the da...