Skip to content

Bloodhound matching not working with parenthesis and remote. #1807

@Rakesh2907

Description

@Rakesh2907

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions