Seach Results - Online Guidebook
Seach Results - Online Guidebook
Is there any way to add an option to choose how many search results one gets at a time? Maybe an option like some online stores; show 25 per page - 50 per page - show all. You could then print your results all at once instead of having to cut and paste into Word.
The theory of evolution is just as stupid as the theories of gravity and electromagnetism.
Saxman, that's a cool idea - I'll work on that this week.
Paul3eb, do you mean that you want your results sorted by wall? At http://www.redriverclimbing.com/RRCGuideV2/search.php you can specify the region you want to search, and details such as stars and grades. If there's something more that you want, let me know and I'll work on that this week, too.
Paul3eb, do you mean that you want your results sorted by wall? At http://www.redriverclimbing.com/RRCGuideV2/search.php you can specify the region you want to search, and details such as stars and grades. If there's something more that you want, let me know and I'll work on that this week, too.
"I snatched defeat from the jaws of victory." --Paul
---
(Emails > PMs)
---
(Emails > PMs)
I was also wondering if there was a syntax to exclude R & X rated routes...I was looking to try and do a search like this:
"show me all routes 5.0 to 5.6 without an R or an X first sorted by wall then sorted by grade"
I assumed that I missed something in the syntax, but I couldn't find any documentation.
Thanks,
Dale
"show me all routes 5.0 to 5.6 without an R or an X first sorted by wall then sorted by grade"
I assumed that I missed something in the syntax, but I couldn't find any documentation.
Thanks,
Dale
dah-le, the "danger" field is an enum, and its values can be '' or 'R' or 'X'. I'm looking around the current search page and I don't think there's a way to search for danger or to search purely by SQL. If I put that in, would anyone use it? For instance, you could type into the text field that is currently there "select name from route where danger='X' limit 10;" or "select name from route where danger='' limit 10;" and check a box that says "Execute my SQL query" or something like that, and the page would just serve as a messenger between the MySQL DB and you - no manipulation of what you put in. If your SQL was faulty, you'd get an error message instead of results. Let me know if this sounds good, or if you'd rather I just add some functionality such that you could specify the danger of a route.
"I snatched defeat from the jaws of victory." --Paul
---
(Emails > PMs)
---
(Emails > PMs)
Absolutely. There could be a keyword search on the comments section of the routes that would return all routes whose comments contain the words "snake" and "5'2"". That's going on the list, too, der uber. Thanks for your note in our little Comments/Suggestion box. I think I'll filter out words like "the" and "a", a la Google.
I like the way you think, Tom. Anything that is stored in the database shouldn't be too hard to query via the search page.
I like the way you think, Tom. Anything that is stored in the database shouldn't be too hard to query via the search page.
"I snatched defeat from the jaws of victory." --Paul
---
(Emails > PMs)
---
(Emails > PMs)
-
- Posts: 190
- Joined: Wed Oct 13, 2004 12:57 pm