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

Duplicate query regex #38

Closed

Conversation

jmiroosh
Copy link

If using a json input, and the wordlist contains an item which matches a valid item from json input, the error:
Unknown error message: There can be only one argument named "xxx"
is always thrown.

This request removes the argument if it is a duplicate.

If there is json imported, and any fields from the wordlist are already in the json, it will throw this error, so we have to discard the args.
+ add duplicate argument regex
+ add cannot query field suggestion regexes
add fullmatch instead of match.
undo unrelated changes
@nikitastupin
Copy link
Owner

i believe this was resolved win #66 as well, thanks!

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

Successfully merging this pull request may close these issues.

3 participants