noun
suffix match; ends-with match; right-hand match
Computing term for matching a string that ends with a given pattern. Often contrasted with 前方一致 (prefix match) and 部分一致 (partial match).
When you perform a suffix match search on a search engine, words ending with the specified string are returned.
このデータベースでは後方一致のインデックスが使われている。
This database uses a suffix-match index.