Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching in fields containing colons (eg. MacAddress) #6

Closed
Tomaszek77 opened this issue Oct 24, 2017 · 2 comments
Closed

Searching in fields containing colons (eg. MacAddress) #6

Tomaszek77 opened this issue Oct 24, 2017 · 2 comments
Labels
Milestone

Comments

@Tomaszek77
Copy link

Tomaszek77 commented Oct 24, 2017

If I search for fields which contain values like MacAddresses, slookup throws an error:

In call to function 'slookup' at 5:17 an exception was thrown: Unable to perform search query.
Failed to parse query [MACAddress:ee:db:65:xx:xx:xx]Failed to parse query [MACAddress:ee:db:65:xx:xx:xx]

I think there is no quoting special characters in slookup (?).

@billmurrin billmurrin added the bug label Nov 29, 2017
@billmurrin billmurrin added this to the 2.0.0 milestone Jan 14, 2018
@billmurrin
Copy link
Owner

@Tomaszek77 - I've added some escape code to the develop branch to escape Lucene characters. Conducting some final testing. Version 2.0.0 should come out tomorrow or Wednesday. Thanks for your patience.

@billmurrin
Copy link
Owner

Looks like this is fixed in the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants