Page 3 of 4

multi query

Posted: Tue Jun 17, 2014 7:18 pm
by Kateryna Grynko

Hi Michael,

Sorry, not yet. Working on it.


multi query

Posted: Tue Jun 17, 2014 8:28 pm
by Kateryna Grynko

Hi Michael,

You use extra spaces for component selection. For example, for bedroomSelect replace:preApperyio("bedroomSelect ").val();/preWith:preApperyio("bedroomSelect").val();/pre


multi query

Posted: Tue Jun 17, 2014 8:41 pm
by Michael4771079

Made the change in the code, cheers, stupid mistake, however it sill the same console result?

im missing something, if theres anything you need to see I can post

Image


multi query

Posted: Wed Jun 18, 2014 8:46 am
by Michael4771079

sorry to ask Evgene, any idea whats wrong here, I need to demo this search friday


multi query

Posted: Wed Jun 18, 2014 9:33 am
by Evgene Karachevtsev

Hello Michael,

You have wrong selectors in code:

codeУ вас неверно указаны селекторы в коде:
var locationSelect = Apperyio("locationSelect").val();
var bedroomSelect = Apperyio("bedroomSelect").val();
var priceSelect = Apperyio("priceSelect").val();
var professionSelect = Apperyio("professionSelect").val();/code

That is why on your screenshot all values are undefined, you don't have elements with these names.
You should have townselectmenu instead of locationSelect, mobileselectmenu_220 instead of bedroomSelect, etc Please check UI builder and correct all wrong values


multi query

Posted: Wed Jun 18, 2014 10:13 am
by Michael4771079

Ah,
i was in a hurry here and decided to recycle another project, didnt rename components, LESSON LEARNED

service now runs, heres a scrfeenshot, of the component and the service in the console
but the component collapsibleblock doesnt show?

thanks for the help on this

. Image Image
Image


multi query

Posted: Wed Jun 18, 2014 10:53 am
by Evgene Karachevtsev

Michael,

You have "FileDB_NEW_query_service" which maps on favgrid. Your collapsible block is situated in this grid. But this grid won't display until FileDB_NEW_query_service is not running. This means collapsible block wont displey neither. Analyze the order of service calls, or take out the collapsible beyond grid


multi query

Posted: Wed Jun 18, 2014 11:44 am
by Michael4771079

Yep, recyling wasnt a good idea,
I deleted all service invokes from app except the current property search, I am still getting no show for collaps,
look at this in the test tab, test is successful but the response is empty?

Image


multi query

Posted: Wed Jun 18, 2014 11:55 am
by Evgene Karachevtsev

Michael,

Most likely you do not have the appropriate record in the database. Delete content of parameter where and click "Test", so you will see all the records from the database.


multi query

Posted: Wed Jun 18, 2014 12:02 pm
by Michael4771079

the records seem to be there, but empty when run with where query

Image