github精确搜索项目

Posted ryxiong-blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github精确搜索项目相关的知识,希望对你有一定的参考价值。

github精确寻找开源项目

  1. in:name 条件: 根据名字查找
in:name django
  1. in:readme 条件 : 根据项目说明过滤
in:readme django
  1. in:description 条件: 根据项目描述过滤
in:description django
  1. language:条件: 根据语言过滤
in:description django language:python
  1. pushed: 条件 : 根据推送时间过率
in:description django language:python puished:>2020-04-03
  1. stars: 条件: 根据点赞数来过滤
in:description django stars:>1000

以上是关于github精确搜索项目的主要内容,如果未能解决你的问题,请参考以下文章

在 Github 项目中搜索代码

精心收集的 48 个 JavaScript 代码片段,仅需 30 秒就可理解

初识ElasticSearch -文档查询之term精确查询

初识ElasticSearch -文档查询之term精确查询

如何修复空白片段?

小白学习-ElasticSearch教程 -文档查询之term精确查询