lib/howzit/buildnote.rb in howzit-2.0.31 vs lib/howzit/buildnote.rb in howzit-2.0.32
- old
+ new
@@ -784,9 +784,10 @@
when :all
topic_matches.concat(matches)
else
titles = matches.map { |topic| topic.title }
res = Prompt.choose(titles)
+ Howzit.options[:matching] = 'exact'
res.each { |title| topic_matches.concat(find_topic(title)) }
end
end
end