clear-code / redmine_full_text_search

Full text search for Redmine
MIT License
61 stars 24 forks source link

Support for multiple types of `FullTextSearch::Type.available?()` arguments #147

Closed abetomo closed 3 months ago

abetomo commented 3 months ago

Match the arguments of [](key).

It can be used as follows:

irb(main):001:0> FullTextSearch::Type.available?('wiki_page')
=> true
irb(main):002:0> FullTextSearch::Type.available?('WikiPage')
=> true