Page 9 of 9

Re: Add function implemented

Posted: Mon Jan 03, 2011 11:18 pm
by SYSTEM
I found a minor glitch.

Go here and click the "0" link (in "Popularity score (3/0)").

You will be redirected to the main page.

This only occurs if the scorelist is empty (that is, if no one has voted the application).

Re: Add function implemented

Posted: Tue Jan 04, 2011 1:51 am
by guinness
Confirmed! I experienced the same problem. But thinking about it with 0 points would result in a blank page anyway. So maybe Andrew has done this on purpose?!

Re: Add function implemented

Posted: Wed Jan 05, 2011 9:12 pm
by Andrew Lee
It is intentiional. I have now modified it slightly to loop back to the app page instead since there is nothing to display.

Re: Add function implemented

Posted: Fri Jun 22, 2012 10:38 am
by Midas
CodesAway wrote:When I search for [@], I get all results. Is there a way to filter just the ones that are private (less than 10 votes) - I've been trying to figure this out for months.
[In P23466]
guinness wrote:If you enter [@] and then select 'Options' to the right of the search box, from there you then choose the 'Results only:' dropdown box and select 'New only'

Problem though if the applications with less than 10points have been updated then they are classed as updated and not new, so they won't be in the list.
[In P23472]

Is there a better way to achieve what CodesAway requested? I have been wrapping my brain around this, too (to no avail, I must confess)...

Re: Add function implemented

Posted: Fri Jun 22, 2012 5:01 pm
by Andrew Lee
Use the [#] operator.

It cannot be put in the search options directly because then it becomes public and search engines might pick them up.

Re: Add function implemented

Posted: Sat Jun 23, 2012 2:18 am
by Midas
Thanks a lot for that info, Andrew. 8)