Re: [DISCUSS] Plugin search is broken

2017-03-24 Thread Kerri Shotts
Cool. Thanks! :-) ~ Kerri > On Mar 24, 2017, at 12:52, Shazron wrote: > > Here: > https://github.com/apache/cordova-docs/blob/a3589ce66336821f2fd714a1115125cfcfa9fd1b/www/static/plugins/app.js > > On Fri, Mar 24, 2017 at 5:36 AM, Kerri Shotts wrote:

Re: [DISCUSS] Plugin search is broken

2017-03-24 Thread Shazron
Here: https://github.com/apache/cordova-docs/blob/a3589ce66336821f2fd714a1115125cfcfa9fd1b/www/static/plugins/app.js On Fri, Mar 24, 2017 at 5:36 AM, Kerri Shotts wrote: > +1 to moving off npmsearch. > > While I’m thinking of it — where does the code for the plugin search

Re: [DISCUSS] Plugin search is broken

2017-03-24 Thread Kerri Shotts
+1 to moving off npmsearch. While I’m thinking of it — where does the code for the plugin search live? I found variations on it, but not sure I ever came across the canonical version. ~ Kerri > On Mar 23, 2017, at 16:04, Shazron wrote: > > I'm going to assume by lazy

Re: [DISCUSS] Plugin search is broken

2017-03-23 Thread Shazron
I'm going to assume by lazy consensus that moving off npmsearch is a 'go'. Filed: https://issues.apache.org/jira/browse/CB-12602 Currently our plugin search works after I filed those two issues in their repo and they were was fixed, thus fixing our search. On Sun, Mar 19, 2017 at 4:36 PM,

Re: [DISCUSS] Plugin search is broken

2017-03-19 Thread Shazron
Consequently, found another bug and filed: https://issues.apache.org/jira/browse/CB-12585 On Sun, Mar 19, 2017 at 4:04 PM, Shazron wrote: > I filed https://github.com/nodesource/npmsearch/issues/54 earlier and the > dev fixed it right away, yay! So currently our search is

Re: [DISCUSS] Plugin search is broken

2017-03-19 Thread Shazron
I filed https://github.com/nodesource/npmsearch/issues/54 earlier and the dev fixed it right away, yay! So currently our search is working again, but the original proposal stands regarding migration. On Sun, Mar 19, 2017 at 1:50 PM, Shazron wrote: > Ignore the last message

Re: [DISCUSS] Plugin search is broken

2017-03-19 Thread Jesse
We need to use new search directly, instead of this other site. https://www.npmjs.com/search?q=cordova-plugin works in the mean time. > On Mar 19, 2017, at 1:50 PM, Shazron wrote: > > Ignore the last message ;) > > This results in zero results. >

Re: [DISCUSS] Plugin search is broken

2017-03-19 Thread Shazron
Ignore the last message ;) This results in zero results. http://npmsearch.com/query/?fields=name,keywords,license,description,author,modified,homepage,version,rating=keywords:%22ecosystem:cordova%22=rating:desc The same URL without the sort query param has results:

Re: [DISCUSS] Plugin search is broken

2017-03-19 Thread Shazron
I believe the original problem lies in npmsearch.com erroring on a query param "sort": http://npmsearch.com/query/?sort=rating:desc=name,keywords,license,description,author,modified,homepage,version,rating==keywords:%22ecosystem:cordova%22 The URL above is a query that we send to it. (a simple

Re: [DISCUSS] Plugin search is broken

2017-03-19 Thread Shazron
The impetus for this is, users are reporting [1][2][3][4] that they can't find plugins, and I don't think they know of a search alternative. In the near term, I think we should tweet how to search for plugins using npmjs.com [1] https://twitter.com/edeortuzar/status/843310576101146625 [2]

[DISCUSS] Plugin search is broken

2017-03-19 Thread Shazron
### PROBLEM Plugin search is broken. ### DESCRIPTION Page: http://cordova.apache.org/plugins/ JIRA: https://issues.apache.org/jira/browse/CB-12579 Q: How does the plugin search work? A: Page Source: http://cordova.apache.org/plugins and the source (this specific line):