h a l f b a k e r yIt's as much a hovercraft as a pancake is a waffle.
add, search, annotate, link, view, overview, recent, by name, random
news, help, about, links, report a problem
browse anonymously,
or get an account
and write.
register,
|
|
|
I read all of the ideas in this category and didn't see what seems to be an obvious one: advanced searching. I realize index and searching algorithms are a black art, but some potential things that would be cool:
- A choice of which "field" (or DB column, whatever the case may be) to perform
the search on, possible even multiple fields.
- Ability to use regex expressions in the search box (e.g., "bb|[^b]{2}"). I think I read that this site app is written in C, in which case the GNU C library has a regex.h library.
- The search results would be tabularized, as in, "Idea, Category, Author, et al."
The 1st could even be as simple as adding tokens into the search string (idea=foobar author=ized), rather than changing the nice & simple single text box interface.
Regex handling in C
http://www.linuxgaz...indale/mygrep.c.txt [latka, Oct 06 2004, last modified Oct 17 2004]
Help on Views
http://www.halfbake...orial/viewhelp.html The View engine on the bakery is very, very powerful. [krelnik, Oct 06 2004, last modified Oct 17 2004]
Please log in.
If you're not logged in,
you can see what this page
looks like, but you will
not be able to add anything.
Destination URL.
E.g., https://www.coffee.com/
Description (displayed with the short name and URL.)
|
|
You need to look into the View system. It lets you do lots of stuff like this, just about everything you asked for except for the regex stuff. See link to get started. |
|
|
AHA!! I didn't know you could fiddle with views and such. Not exactly the same as search, but quite freakin' cool indeed. |
|
|
I am going to name my son Regex. |
|
|
Reg X. Bungston.... nice. |
|
|
If your son's already used to the
name he's got, he might not like
this... |
|
|
[jutta], like I mentioned, I realize indexing algorithms are a black art. I think the user-defined views pretty much bakes what was I was getting at anyway. |
|
|
I was thinking that the search was of an index, rather than the full text. |
|
|
// Regex handling in C // |
|
|
Ahem: Regex handling in _GNU_ C. |
|
|
Plenty of non-GNU C implementations out there -- I use at least two on a regular basis. |
|
| |