Closed gerhardgossen closed 9 years ago
It is okay for you if I rebase your changes and squash your three commits to one?
Sure, I'd have done it myself if I hadn't pushed it already.
Your change looks good, thanks again, I tend to merge your changes. I'm going to change the following parts with further patches:
TextQuery
to Search
because all other queries are named by the list
parametersearch.json
I hope it's okay that I'll merge your change after release of jwbf 3.1 (see #38).
rebased and merged with b3fc6b12ec0a45f34222a9f1191fc7da91bc0cd7 -- greetings from Hamburg
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.