charrismatic / atom-advanced-search

Search, sort, and filtering tool for Atom apm package manager
4 stars 1 forks source link

Example query returns different results #2

Closed milesfrain closed 5 years ago

milesfrain commented 5 years ago
> apm-search lint
Searching apm ( packages ) for: lint
Stars Downloads Package Description
-----------------------------------
177  88670 qolor (0.4.2) An atom package to color your SQL queries!
140 110849 jquery-snippets (11.0.0) jQuery Snippets for Atom
 86  65633 data-atom (0.29.1) Query and manage data sources (databases) from within Atom
 41  51199 jQuery (1.2.6) A collection of snippets covering nearly all of the jQuery AP
 37  33331 quick-query (1.1.1) Run sql queries
 12  17222 ide-cquery (0.14.0) C/C++ language support for Atom-IDE
 10   9537 rainbow-csv (0.3.1) Highlight CSV and TSV files in different colors; Run SQL-like
  8   6533 quick-query-mssql (0.1.5) Run sql queries in SQL Server
  8   8557 autocomplete-jquery-mobile (0.2.2) jQuery Mobile Framework element and attribute autocompletions
  5    371 everything (0.3.1) Everything is a searcher for multiple providers
  5    762 format-graphql (0.1.2) Format GraphQL queries by flattening or unflattening them
  5    553 map-queries (0.5.0) This is a little plugin for atom that maps media queries insi
  4   6449 quick-query-sqlite (0.3.2) Run sql queries in Sqlite
  4   1920 data-ace (0.24.13) Connect to, query, manage, and visualize databases in Atom
  3   2502 language-sql-bigquery (1.3.0) BigQuery SQL language support in Atom
  3    477 arango-aql-query (0.3.1) ArangoDB AQL Query Tool for Atom Editor
  3   3925 atom-psql (0.33.0) Use PostgreSQL psql client from within Atom
  2   1483 scss-media-queries (0.4.0) A set of media queries for scss
  2    441 language-powerquery (2.0.0) Power Query Formula Language (aka M) support for Atom
  2   3921 atom-graphql (0.1.0) Syntax highlighting, auto-complete, query execution and profi
  2    324 language-m (1.0.1) Power Query Expression language support in Atom
  2   4853 atom-jquery (2.0.0) JQuery snippet >> atom jquery by @code4mk
  1     24 feeling-lucky (0.1.0) Search Google at point or by selection with I'm Feeling Lucky
  1   1295 connect-kdb-q (0.4.14) Provides ability to execute arbitrary queries on Q servers an
  1    303 arango-aql-language (0.1.0) ArangoDB AQL Language Support in Atom
  0    136 language-dql (0.2.0) DQL language support in Atom
  0   1156 language-mdx (0.1.0) Provides basic syntax highlighting for mdx queries.
  0    767 jQuerySC (0.2.0) jQuery Snippets Collection for Atom
  0   1586 xpath (0.2.1-0) Perform Xpath Query on selected text
  0    135 jaggeryjs-snippets (1.0.0) JaggeryJS Snippets for Atom
milesfrain commented 5 years ago

Default search returns more related results (out of order of-course).

> apm search --packages --sort downloads lint
Search Results For 'lint' (28)
├── lint Run lint tools using lint providers. (25680 downloads, 28 stars)
├── linter-pug-lint Atom linter plugin for Pug, using pug-lint. (6171 downloads, 15 stars)
├── mdtkit-lint A plugin for Atom Linter providing linting for the MDTKit (167 downloads, 1 star)
├── linter-puppet-lint Lint puppet on save using puppet-lint (47689 downloads, 46 stars)
├── linter-sass-lint Atom Linter plugin to lint your Sass/SCSS with pure node sass-lint (260784 downloads, 304 stars)
├── lint-sass-vue Plugin to lint your Sass/SCSS inside .vue files! (5052 downloads, 7 stars)
├── linter-slime-lint Lint Common Lisp on save using SLIME. (464 downloads, 0 stars)
├── linter-travis-lint TravisCI lint via lint (758 downloads, 3 stars)
├── linter-ruby-lint Lint Ruby, using ruby-lint (2642 downloads, 4 stars)
├── linter-perl-lint Lint perl on the fly, using Perl::Lint (1062 downloads, 1 star)
├── linter-json-lint Lint `json` on the fly, using json-lint (25922 downloads, 22 stars)
├── linter-scss-lint Lint SCSS on the fly, using scss-lint (178187 downloads, 471 stars)
├── linter-slim-lint Linter implementation of slim-lint (683 downloads, 2 stars)
├── linter-puppet-lint-for-linter-3 Lint puppet on save using puppet-lint (461 downloads, 1 star)
├── atom-cfn-lint Validate CloudFormation yaml/json templates against the CloudFormation spec and additional checks. Includes checking valid values for resource properties and best practices. (8069 downloads, 5 stars)
├── atom-ember-template-lint Ember template linter (428 downloads, 1 star)
├── lint-scroll-marker Highlights linter errors on the scroll bar (1692 downloads, 7 stars)
├── linter-ansible-linting Ansible linting via ansible-lint (54823 downloads, 48 stars)
├── linter-po Lint Particle projects using po-util (59 downloads, 0 stars)
├── linter-gcc Lint C and C++ source files using gcc / g++ (691851 downloads, 184 stars)
├── linter-mypy Lint Python optional Type Hints (PEP-484) using mypy. (9541 downloads, 9 stars)
├── linter-po-util Lint Particle projects using po-util (56 downloads, 0 stars)
├── linter-cnew Lint C and C++ source files using gcc or g++ (2385 downloads, 2 stars)
├── linter-gcc2 Lint C and C++ source files using gcc / g++ (9669 downloads, 3 stars)
├── linter-markdown Lint markdown on the fly, using remark-lint (119225 downloads, 202 stars)
├── linter-latex Compile and lint LaTeX files (1503 downloads, 2 stars)
├── linter-luacheck Lint Lua on the fly, using luacheck (10798 downloads, 14 stars)
└── linter-ktlint Lint Kotlin files using ktlint (119 downloads, 0 stars)
charrismatic commented 5 years ago

I can confirm the issue here, its related the last update that improved the windows compat, a change in the get-packages function seems to not be pulling In the query when the command is run.

I will put out an update to fix this as shortly. In the meantime you can still use the function by piping data into the command, the optional flags for sorting will still work

apm search --json lint | apm-search --sort-downloads

Screenshot from 2019-10-10 17-01-57