Skip to content

Bloodhound matching not working with parenthesis and remote. #1807

Open
@Rakesh2907

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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