github精确搜索项目
Posted ryxiong-blog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github精确搜索项目相关的知识,希望对你有一定的参考价值。
github精确寻找开源项目
in:name 条件
: 根据名字查找
in:name django
in:readme 条件
: 根据项目说明过滤
in:readme django
in:description 条件
: 根据项目描述过滤
in:description django
language:条件
: 根据语言过滤
in:description django language:python
pushed: 条件
: 根据推送时间过率
in:description django language:python puished:>2020-04-03
stars: 条件
: 根据点赞数来过滤
in:description django stars:>1000
以上是关于github精确搜索项目的主要内容,如果未能解决你的问题,请参考以下文章
精心收集的 48 个 JavaScript 代码片段,仅需 30 秒就可理解
初识ElasticSearch -文档查询之term精确查询