Improved Search Functionality - Now includes Boolean Searchability

Please register or login

Welcome to ScubaBoard, the world's largest scuba diving community. Registration is not required to read the forums, but we encourage you to join. Joining has its benefits and enables you to participate in the discussions.

Benefits of registering include

  • Ability to post and comment on topics and discussions.
  • A Free photo gallery to share your dive photos with the world.
  • You can make this box go away

Joining is quick and easy. Log in or Register now!

HowardE

Diver
Staff member
ScubaBoard Supporter
Messages
19,205
Reaction score
1,446
Location
Boca Raton, Florida
# of dives
2500 - 4999
I've updated our internal search engine with a faster, better, more precise search engine called Sphinx.

The latest build of Sphinx allows for boolean search functions like this:

Boolean queries allow the following special operators to be used:

  • explicit operator AND:

    hello & world
  • operator OR:

    hello | world
  • operator NOT:

    hello !world
  • grouping:

    ( hello world )

ADDITIONALLY, you can do this:


  • phrase search operator:

    "hello world"
  • proximity search operator:

    "hello world"~10
  • quorum matching operator:

    "the world is a wonderful place"/3
  • strict order operator (aka operator "before"):

    aaa << bbb << ccc
  • exact form modifier:

    raining =cats and =dogs

I hope this makes the search functions more enjoyable and precise.

Thanks.
 
I knew back in the 60s when they taught us Boolean algebra that it would be good for something. Seriously, thanks... I'm sure this will improve the efficiency of searches.
 
This is fantastic, Howard! Thank you!
 

Back
Top Bottom