Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31

Thread: Search results sorting

  1. #16
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Not phonetic, but I meant like cat*, basically wildcard matches
    Problems playing downloaded videos? Try CCCP


  2. #17

    Default

    I thought it does that without you having to type the asterisk...

  3. #18
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    Quote Originally Posted by cl_out
    Not phonetic, but I meant like cat*, basically wildcard matches
    % is the wildcard.

    And then there is Death

  4. #19
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    Quote Originally Posted by Endless
    Quote Originally Posted by cl_out
    Not phonetic, but I meant like cat*, basically wildcard matches
    % is the wildcard.
    If you are talking about the actual SQL query, that is correct.

  5. #20
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    I'm talking about mysql's built-in fulltext index
    Problems playing downloaded videos? Try CCCP


  6. #21
    ..a Russian mountain cat. Yamaneko's Avatar
    Join Date
    Aug 2001
    Location
    Los Angeles, CA
    Posts
    15,927
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    You'd need to use LIKE and RLIKE, no?

  7. #22
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    Yeah, I'm pretty sure % doesn't work with binary operators.

    Edit: Since clout is a lazy bum :
    http://dev.mysql.com/doc/mysql/en/fulltext-search.html
    Last edited by Endless; 07-07-2005 at 10:33 PM.

    And then there is Death

  8. #23
    Posts Occur in Real Time edczxcvbnm's Avatar
    Join Date
    Aug 2000
    Location
    The World
    Posts
    7,920

    Default

    My GOD! What have I done? I just wanted to be able to search every inch of every post like I would using normal SQL with out a retarded search index ;_;

  9. #24
    Newbie Administrator Loony BoB's Avatar
    Join Date
    Aug 2000
    Posts
    52,488
    Articles
    53
    Blog Entries
    19

    FFXIV Character

    Loony Bob (Twintania)

    Default

    clout is right, the rest of you suck. When using vBulletin, you can search using * as a wildcard. In other words, if you search for bullet, you'll get all occurances of the exact word of bullet. If you search for *bullet*, you can end up with posts including such words as vBulletin. So yeah, when searching in the forums using the forums, use * as a wildcard.

    ed, if you ever have a word you want to add to the three-letter-limit-thingy, just come and post in this thread and an admin can probably add it in.

    EDIT: You can also use AND or OR when searching for multiple words.
    Bow before the mighty Javoo!

  10. #25
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    BoB..

    Quote Originally Posted by cl_out
    I'm talking about mysql's built-in fulltext index

    And then there is Death

  11. #26
    Newbie Administrator Loony BoB's Avatar
    Join Date
    Aug 2000
    Posts
    52,488
    Articles
    53
    Blog Entries
    19

    FFXIV Character

    Loony Bob (Twintania)

    Default

    You still all suck and so does clout in that case. Since this discussion has been based on searches on posttext, you don't need to do partial searches in the database itself if you can do them right here in the forums.
    Bow before the mighty Javoo!

  12. #27
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    The idea behing the built-in text index is that it allows natural search, i.e., if I searched for "caike", it would also return posts containing "cake". Besides, I wouldn't be surprised if the built-in full index took less space than vB's search index.

    And then there is Death

  13. #28
    Newbie Administrator Loony BoB's Avatar
    Join Date
    Aug 2000
    Posts
    52,488
    Articles
    53
    Blog Entries
    19

    FFXIV Character

    Loony Bob (Twintania)

    Default

    A spellchecking search? o_o
    Bow before the mighty Javoo!

  14. #29
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Hey, quit molesting my thread and get back on topic! This thread is about sorting, not search indexes.
    Figaro Castle

  15. #30
    Newbie Administrator Loony BoB's Avatar
    Join Date
    Aug 2000
    Posts
    52,488
    Articles
    53
    Blog Entries
    19

    FFXIV Character

    Loony Bob (Twintania)

    Default

    Wait until vB3.5.0 and then we'll talk about any changes to code. It should be within the next six months. But for now, the answer to the original question is 'no'.
    Bow before the mighty Javoo!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •