# Manticore Search 2.7.5 GA 版本发布

我们很高兴宣布 [Manticore Search 2.7.5 GA](https://github.com/manticoresoftware/manticoresearch/releases/tag/2.7.5) 的发布。

适用于 Debian、Ubuntu、Red Hat/CentOS、Windows 和 OSX 的预构建软件包可以从 [这里](https://github.com/manticoresoftware/manticore/releases) 下载。

### 改进
* [REGEX](https://docs.manticoresearch.com/latest/html/searching/expressions,_functions,_and_operators.html?highlight=regex#expr-func-regex) 用于字符串的函数。它可以用于字符串属性、字符串 JSON 属性或字符串表达式
* JSON API [搜索](https://docs.manticoresearch.com/latest/html/http_reference/json_search.html#json-search) 的 `limit` 和 `offset`
* [profiler](https://docs.manticoresearch.com/latest/html/sphinxql_reference/show_profile_syntax.html) 输出查询缓存阶段所花费的时间

### 修复

此版本修复了若干错误。

特别是，查询中使用 FACETs 时，隐式分组（通过在 SELECT 中使用 `COUNT(*)`）不再会被忽略。如果 SELECT 中存在 `COUNT(*)`，主结果集将与查询不包含 FACETs 时的结果集相同。在此修复之前，FACETs 会导致主结果集忽略隐式分组。

如需完整报告，请参阅 [发布说明](https://docs.manticoresearch.com/latest/html/releasenotes.html#version-2-7-5-ga-4-december-2018)。
