| Rider lookup field at front page CQ | |
|
|
Author | Message |
---|
LeonCQ
Number of posts : 653 Registration date : 2009-03-07
| Subject: Rider lookup field at front page CQ Wed 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. | |
|
| |
DijkCQ
Number of posts : 358 Registration date : 2009-08-16
| Subject: Re: Rider lookup field at front page CQ Sun 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. | |
|
| |
LeonCQ
Number of posts : 653 Registration date : 2009-03-07
| Subject: Re: Rider lookup field at front page CQ Sun 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.
Hi Dike, Maybe - as a servide for these heavy users - you can describe here how to create such a search engine? | |
|
| |
DijkCQ
Number of posts : 358 Registration date : 2009-08-16
| Subject: Re: Rider lookup field at front page CQ Sun 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.
Hi Dike,
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) | |
|
| |
Klasbak
Number of posts : 2 Registration date : 2009-08-16
| Subject: Re: Rider lookup field at front page CQ Sun 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 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. | |
|
| |
DijkCQ
Number of posts : 358 Registration date : 2009-08-16
| Subject: Re: Rider lookup field at front page CQ Sun 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%'. | |
|
| |
Fab4ever
Number of posts : 3 Age : 52 Woonplaats : Sint-Niklaas Registration date : 2009-09-18
| Subject: Zoekfunctie Fri 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 GERDE MANN Linus (midden in de naam), als DA MAN Gunther (eind van de naam), als QUINZIATO Manuel (voornaam), enz. Wie weet duiken zelfs renners van de ploeg Pal mans of inwoners van de Cay man 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) | |
|
| |
FilipCQ
Number of posts : 157 Age : 44 Woonplaats : Aarschot Registration date : 2009-03-07
| Subject: Re: Rider lookup field at front page CQ Thu 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
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. | |
|
| |
DijkCQ
Number of posts : 358 Registration date : 2009-08-16
| Subject: Re: Rider lookup field at front page CQ Fri 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. | |
|
| |
FilipCQ
Number of posts : 157 Age : 44 Woonplaats : Aarschot Registration date : 2009-03-07
| Subject: Re: Rider lookup field at front page CQ Tue 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 | |
|
| |
Sponsored content
| Subject: Re: Rider lookup field at front page CQ | |
| |
|
| |
| Rider lookup field at front page CQ | |
|