eldur / jwbf

Java Wiki Bot Framework is a library to maintain Wikis like Wikipedia based on MediaWiki.
http://jwbf.sourceforge.net/
Apache License 2.0
78 stars 33 forks source link

Add support for queries in text #40

Closed gerhardgossen closed 9 years ago

gerhardgossen commented 9 years ago

Implements the search in the Wiki content requested in #18.

The results are returned as instances of net.sourceforge.jwbf.core.contentRep.SearchResult. An additional contentRep class SearchResultList is used internally for deserialization from JSON.

eldur commented 9 years ago

It is okay for you if I rebase your changes and squash your three commits to one?

gerhardgossen commented 9 years ago

Sure, I'd have done it myself if I hadn't pushed it already.

eldur commented 9 years ago

Your change looks good, thanks again, I tend to merge your changes. I'm going to change the following parts with further patches:

I hope it's okay that I'll merge your change after release of jwbf 3.1 (see #38).

eldur commented 9 years ago

rebased and merged with b3fc6b12ec0a45f34222a9f1191fc7da91bc0cd7 -- greetings from Hamburg