defp items_search(search) do dynamic( [item], fragment( "word_similarity(?, CONCAT(?, ' ', ?)) > 0.6", ^search, item.name, item.description ) ) end