Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Searching for new packages with multiple words uses sort of an "or", not "and" #1086

Open
1 task done
ghost opened this issue Oct 15, 2018 · 1 comment
Open
1 task done

Comments

@ghost
Copy link

ghost commented Oct 15, 2018

Prerequisites

Description

When you search for packages with multiple words, there are some results that contain only one of the words. For example, searching for "windows explorer context menu" gives all sorts of results with only "menu" or "context" (and so on) in them.

Steps to Reproduce

  1. Go to Package Install
  2. Search for something with multiple words

Expected behavior: It should consider all words

Actual behavior: It considers any of the words, like it uses an "or" operator

Reproduces how often: All the time

Versions

1.31.2 Windows 10

Additional Information

This is a fresh install.

Also, searching in https://atom.io/packages/ doesn't seem to have this problem.

@50Wliu
Copy link
Contributor

50Wliu commented Dec 12, 2018

They both hit the same endpoint, but settings-view does some extra sorting. See #1042.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant