CQranking Info Center
Would you like to react to this message? Create an account in a few clicks or log in to continue.


CQranking Info Center
 
HomeHome  Latest imagesLatest images  RegisterRegister  Log inLog in  

 

 Rider lookup field at front page CQ

Go down 
5 posters
AuthorMessage
LeonCQ




Number of posts : 653
Registration date : 2009-03-07

Rider lookup field at front page CQ Empty
PostSubject: Rider lookup field at front page CQ   Rider lookup field at front page CQ EmptyWed Aug 12, 2009 7:40 pm

Suggestion from several people:

A lookup field somewhere on the CQ frontpage where the visitor can directly type a rider name.



Note Leon: might be a possibility, but it's only one extra mouse click to click on Search Riders button.
Back to top Go down
DijkCQ




Number of posts : 358
Registration date : 2009-08-16

Rider lookup field at front page CQ Empty
PostSubject: Re: Rider lookup field at front page CQ   Rider lookup field at front page CQ EmptySun Aug 16, 2009 11:10 am

In my Firefox browser I created a "search engine" for CQ, which allows me to type a rider name first without even having visited CQ prior to the search. Maybe that's only a solution for the heavy users. Very Happy
Back to top Go down
LeonCQ




Number of posts : 653
Registration date : 2009-03-07

Rider lookup field at front page CQ Empty
PostSubject: Re: Rider lookup field at front page CQ   Rider lookup field at front page CQ EmptySun Aug 16, 2009 1:18 pm

dijk wrote:
In my Firefox browser I created a "search engine" for CQ, which allows me to type a rider name first without even having visited CQ prior to the search. Maybe that's only a solution for the heavy users. Very Happy
Hi Dike, Idea

Maybe - as a servide for these heavy users - you can describe here how to create such a search engine?
Back to top Go down
DijkCQ




Number of posts : 358
Registration date : 2009-08-16

Rider lookup field at front page CQ Empty
PostSubject: Re: Rider lookup field at front page CQ   Rider lookup field at front page CQ EmptySun Aug 16, 2009 1:32 pm

Leon wrote:
dijk wrote:
In my Firefox browser I created a "search engine" for CQ, which allows me to type a rider name first without even having visited CQ prior to the search. Maybe that's only a solution for the heavy users. Very Happy
Hi Dike, Idea

Maybe - as a servide for these heavy users - you can describe here how to create such a search engine?
You can download my version from
http://www.xs4all.nl/~dijk71/cyclingquotient.xml and save it in the searchplugins directory of Mozilla Firefox. At my computer it is: C:\Program Files\Mozilla Firefox\searchplugins. Close Firefox and open it again and it will be available.

It might even be easier if CQ added
Code:
<link rel="search" type="application/opensearchdescription+xml" href="/cq.xml" title="CQ" />
to their homepage, where /cq.xml must point to a location of the XML file like mine. The search engine will be automatically available via the search engine box via "Add CQ".

FilipCQ wrote:
Done!


Last edited by FilipCQ on Sun Aug 16, 2009 3:59 pm; edited 1 time in total (Reason for editing : CQ Answer)
Back to top Go down
Klasbak




Number of posts : 2
Registration date : 2009-08-16

Rider lookup field at front page CQ Empty
PostSubject: Re: Rider lookup field at front page CQ   Rider lookup field at front page CQ EmptySun Aug 16, 2009 2:33 pm

By the way, when you are using the "Search Riders" function, typing the full name of the rider is useless. I usually only write the name or the surname because of it.

For example: If you type "Lance Armstrong" you get no result. But if you type "Armstrong Lance", "Lance", "Armstrong" you can find him. I guess a lot of people will most likely write Lance Armstrong if they are looking for him.

It's just a little detail but I guess this is what this forum was created for Very Happy

It you are going "for perfection", you could even include a "Did you mean" feature like google. But I guess that's a very difficult feature to code.
Back to top Go down
DijkCQ




Number of posts : 358
Registration date : 2009-08-16

Rider lookup field at front page CQ Empty
PostSubject: Re: Rider lookup field at front page CQ   Rider lookup field at front page CQ EmptySun Aug 16, 2009 2:48 pm

Klasbak wrote:
By the way, when you are using the "Search Riders" function, typing the full name of the rider is useless. I usually only write the name or the surname because of it.

For example: If you type "Lance Armstrong" you get no result. But if you type "Armstrong Lance", "Lance", "Armstrong" you can find him. I guess a lot of people will most likely write Lance Armstrong if they are looking for him.
Technically, it seems that you have to split the input string on white space and concatenate the search by an "AND". In Lance's case it will become
Code:
WHERE Name LIKE '%Lance%' AND Name Like '%ARMSTRONG%'.
Back to top Go down
Fab4ever

Fab4ever


Number of posts : 3
Age : 52
Woonplaats : Sint-Niklaas
Registration date : 2009-09-18

Rider lookup field at front page CQ Empty
PostSubject: Zoekfunctie   Rider lookup field at front page CQ EmptyFri Sep 18, 2009 12:44 pm

De zoekfunctie zou best wat specifieker mogen zijn, vind ik.

Bijvoorbeeld: wanneer ik een renner zoek met 'man' in zijn naam, dan krijg ik 'too many results, refine your search'.
Het gebruik van jokertekens zou al een heel pak verbeteren.
Nu krijg ik in het vorige voorbeeld zowel MANZANO RUANO Jesus Maria (begin van de naam), als GERDEMANN Linus (midden in de naam), als DAMAN Gunther Wink (eind van de naam), als QUINZIATO Manuel (voornaam), enz. Wie weet duiken zelfs renners van de ploeg Palmans of inwoners van de Cayman Islands op in deze zoekopdracht.
Met jokertekens zou het mogelijk moeten zijn om te specifiëren of de zoekstring zich vooraan, achteraan of middenin de naam bevindt. Tevens zou het handig zijn om alleen te kunnen zoeken op familienaam (of voornaam).
De opmerking geldt voor alle zoekopdrachten (bijv. wedstrijden)
Back to top Go down
http://www.trappers.be
FilipCQ

FilipCQ


Number of posts : 157
Age : 44
Woonplaats : Aarschot
Registration date : 2009-03-07

Rider lookup field at front page CQ Empty
PostSubject: Re: Rider lookup field at front page CQ   Rider lookup field at front page CQ EmptyThu Jan 21, 2010 9:57 pm

Klasbak wrote:
By the way, when you are using the "Search Riders" function, typing the full name of the rider is useless. I usually only write the name or the surname because of it.

For example: If you type "Lance Armstrong" you get no result. But if you type "Armstrong Lance", "Lance", "Armstrong" you can find him. I guess a lot of people will most likely write Lance Armstrong if they are looking for him.

It's just a little detail but I guess this is what this forum was created for Very Happy

It hasn't been mentioned here yet, but Mark solved this about a month ago. You can now search for "Lance Armstrong" and get ARMSTRONG Lance as a result. * can be used as a wildcard.
Back to top Go down
DijkCQ




Number of posts : 358
Registration date : 2009-08-16

Rider lookup field at front page CQ Empty
PostSubject: Re: Rider lookup field at front page CQ   Rider lookup field at front page CQ EmptyFri Mar 18, 2011 11:42 am

dijk wrote:
It might even be easier if CQ added
Code:
<link rel="search" type="application/opensearchdescription+xml" href="/cq.xml" title="CQ" />
to their homepage, where /cq.xml must point to a location of the XML file like mine. The search engine will be automatically available via the search engine box via "Add CQ".

FilipCQ wrote:
Done!
It seems that the referred file http://www.cqranking.com/men/xml/CQsearchRiders.xml cannot be found.
Back to top Go down
FilipCQ

FilipCQ


Number of posts : 157
Age : 44
Woonplaats : Aarschot
Registration date : 2009-03-07

Rider lookup field at front page CQ Empty
PostSubject: Re: Rider lookup field at front page CQ   Rider lookup field at front page CQ EmptyTue Jul 19, 2011 11:05 pm

dijk wrote:
dijk wrote:
It might even be easier if CQ added
Code:
<link rel="search" type="application/opensearchdescription+xml" href="/cq.xml" title="CQ" />
to their homepage, where /cq.xml must point to a location of the XML file like mine. The search engine will be automatically available via the search engine box via "Add CQ".

FilipCQ wrote:
Done!
It seems that the referred file http://www.cqranking.com/men/xml/CQsearchRiders.xml cannot be found.

Repaired Embarassed
Back to top Go down
Sponsored content





Rider lookup field at front page CQ Empty
PostSubject: Re: Rider lookup field at front page CQ   Rider lookup field at front page CQ Empty

Back to top Go down
 
Rider lookup field at front page CQ
Back to top 
Page 1 of 1
 Similar topics
-
» About rider comment
» Rider data
» Rider stats
» Rider photos
» Rider photos

Permissions in this forum:You cannot reply to topics in this forum
CQranking Info Center :: CQ General :: Site Suggestions-
Jump to: