Modify ↓
Ticket #262 (closed defect: fixed)
changelog find: fix for multiple search terms
| Reported by: | tim@… | Owned by: | thomas |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.2.6 |
| Component: | moap | Version: | TRUNK |
| Keywords: | Cc: |
Description
Currently, the changelog find command merges multiple search terms into one single merge term separated by white spaces, ie.
moap changelog find typefind theora
looks for the substring 'typefind theora' instead of the words typefind and theora both appearing in the Changelog entry. This is not really useful IMHO, it would be much better if it searched for all strings independently.
Attaching patch with test case.
Attachments
Change History
Changed 6 years ago by tim@…
-
attachment
moap-fix-changelog-find-multiple-strings-1.diff
added
Note: See
TracTickets for help on using
tickets.

fix changelog find with multiple search terms