Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Re: How to place Search Results!!!

by sgifford (Prior)
on Aug 16, 2003 at 17:31 UTC ( [id://284345]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: How to place Search Results!!!
in thread How to place Search Results!!!

That's odd that it gave you errors. I just re-ran it, and it worked fine.

Anyways, yes, I think what you're thinking will work.

If your flat-file database gets very large, you'll want to look at using a db or dbm database, or maybe SQL. Searches will get slower as the number of items in the flatfile grows.

  • Comment on Re: Re: Re: How to place Search Results!!!

Replies are listed 'Best First'.
Re: Re: Re: Re: How to place Search Results!!!
by ACJavascript (Acolyte) on Aug 19, 2003 at 01:45 UTC
    hello again, Okay,, One problem hehehe,, How can I sort it lol
    HELP!!! lol

      Do you mean how can you sort a DBM/DB database? Well, with Berkeley DB you can create a BTree database, which is sorted on some key. Otherwise, you can create a database keyed on the field you want to sort by, then extract all of the keys from the DB with keys, sort the keys, then retreive the entries in the right order based on that.

      With SQL, you'd simply use an ORDER BY clause.

      But you shouldn't have to worry about that unless you have a large number of records.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://284345]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2025-07-14 11:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.