-
Notifications
You must be signed in to change notification settings - Fork 4
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
Expand the !wiki command to enable searching the wiki. #11
Conversation
3ee8e3a
to
31bc97e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a quick look over it, looks good so far, besides the comments I added. :-)
src/main/java/org/javacord/bot/util/wiki/parser/WikiParser.java
Outdated
Show resolved
Hide resolved
src/main/java/org/javacord/bot/util/wiki/parser/WikiParser.java
Outdated
Show resolved
Hide resolved
src/main/java/org/javacord/bot/util/wiki/parser/WikiParser.java
Outdated
Show resolved
Hide resolved
src/main/java/org/javacord/bot/util/wiki/parser/WikiParser.java
Outdated
Show resolved
Hide resolved
00e00fa
to
e3e8132
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Argh, now you were too fast in merging.
What do you think about those two last polishing points?
Supports title-only search, default search (titles and keywords) and full search (titles, keywords and content)