Hello,
I have 3 dbjoins rendered as dropdown in my form: county, city and street name. City and street name are populated based on previous selection. Works fine for city but the ajax upload is very slow for street names, for example if the dbjoin should display over 4000 street names it takes over 15 seconds.
I know that Ii can't use the autocomplete function with ajax update (would be very helpful in this situation for me) but there is any other way to speed up the loading?
The Where clause for "street" dbjoin element is set to filter based county and city have values. There is a "please select" option enabled and default value is set to 0. Value is set to id, Label to street name.
{thistable}.county_id = '{contracts_tool_servicii_830_repeat___county_raw}' and {thistable}.city_id = '{contracts_tool_servicii_830_repeat___city_raw}'
Thank you
I have 3 dbjoins rendered as dropdown in my form: county, city and street name. City and street name are populated based on previous selection. Works fine for city but the ajax upload is very slow for street names, for example if the dbjoin should display over 4000 street names it takes over 15 seconds.
I know that Ii can't use the autocomplete function with ajax update (would be very helpful in this situation for me) but there is any other way to speed up the loading?
The Where clause for "street" dbjoin element is set to filter based county and city have values. There is a "please select" option enabled and default value is set to 0. Value is set to id, Label to street name.
{thistable}.county_id = '{contracts_tool_servicii_830_repeat___county_raw}' and {thistable}.city_id = '{contracts_tool_servicii_830_repeat___city_raw}'
Thank you