Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

multi query

Hi Michael,

Sorry, not yet. Working on it.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

multi query

Hi Michael,

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

multi query

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

multi query

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

multi query

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

multi query

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

multi query

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

multi query

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

multi query

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.

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

multi query

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

Image

Return to “Issues”