hound-search/hound

Adding ignore case modifier "(?i)" to search causes results to not load.

开放

#395 创建于 2021年4月7日

 (2 条评论) (0 个反应) (0 位负责人)JavaScript (606 个派生)batch import
buggood first issuehelp wantedneeds investigation

仓库指标

星标
 (5,470 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

When performing this type of search, the "searching" loading graphic sits there and no results appear. It does show how time it took to find the results and the number of results so it does seem like it finds the matches.

For example, searching for "Payments" returns results but searching for "(?i)Payments" causes the search to hang.

Running this from a local Docker instance on Windows 10. Repository is from BitBucket.

Edit: Forgot to mention. Checking ignore case does work.

贡献者指南