backendgood first issue
仓库指标
- 星标
- (37,363 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
We should do some preprocessing of search_query here to prevent errors in edge cases, e.g. where the query ends with an operator like & or |.
Words separated by only a space and no operator also have no effect currently, we could modify these such that & is inserted automatically.
List of valid operations I am aware of:
&
|
<->
!
The syntax also allows combinations like &! and groupings via parantheses.