Skip to main content

Native Vs Discover

Gitquarry has two search personalities on purpose.

Side-By-Side

Use Native When

  • you want GitHub-like behavior
  • you care about plain query semantics
  • you want the lightest request path
  • you are scripting around a stable upstream-like result set
Example:

Use Discover When

  • one search page is not enough
  • you want ranking by activity or quality
  • README text should influence final ordering
  • you want --explain
Example:

Mental Shortcut

  • native = “GitHub search from the terminal”
  • discover = “broader candidate collection plus explicit local ranking”