Open
Description
I am searching string but not showing string with parenthesis. I used remote properties.
var setting_info = new Bloodhound({
datumTokenizer: Bloodhound.tokenizers.obj.whitespace('search_name'),
queryTokenizer: Bloodhound.tokenizers.whitespace,
remote: {
ttl: 1,
url: "{{ route('setting_info',[app()->getLocale()]) }}?query=%QUERY",
wildcard: '%QUERY',
}
});
Please help me. how to load string + parenthesis + remote combination?
Metadata
Assignees
Labels
No labels
Activity