You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed, search a item by a property ( in backend) and show the name of the item with this property
I.E:
Search: C++
response: [{name: "My name to show, ability: "java, C++" }]
In the documentacion, i don't find it so... i want contribute with this
$('.chosen-ajax').ajaxChosen({type: "GET",url: "my_path",dataType: 'json'},function(data){varresult=[];for(vari=data.length-1;i>=0;i--){varvalue=data[i];/* Only need add search_text with the property */result.push({"value" : value.id,"search_text" : value.property,text: value.name})}returnresult;})
The important Thing is: search_text
The text was updated successfully, but these errors were encountered:
Hi good day, I want contribute with this
I needed, search a item by a property ( in backend) and show the name of the item with this property
I.E:
In the documentacion, i don't find it so... i want contribute with this
The important Thing is: search_text
The text was updated successfully, but these errors were encountered: