Results 1 to 4 of 4

Thread: boolean forum/codebank search

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2022
    Posts
    17

    boolean forum/codebank search

    I've tried doing boolean searches of the forum, the advanced dialog being the obvious place to try, but no popular syntax I've tried works. Is this supported? Thanks.

  2. #2
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Largo, FL.
    Posts
    1,992

    Re: boolean forum/codebank search

    Yes, You can use boolean operators such as AND or OR....

    Did you play around with the two tabs? Single/Multiple?

    Try it some more and if needed - post some example here for OTHER MEMBERS to lend a hand.

  3. #3
    PowerPoster Elroy's Avatar
    Join Date
    Jun 2014
    Location
    Near Nashville TN
    Posts
    10,468

    Re: boolean forum/codebank search

    Quote Originally Posted by philo View Post
    I've tried doing boolean searches of the forum, the advanced dialog being the obvious place to try, but no popular syntax I've tried works. Is this supported? Thanks.
    I do use the VBForums search feature quite a bit, but I also often use my GoogleFu to search these forums. IMHO, Google has a second-to-none search engine. I just might do something like the following to find places where I've talked about a specific API:

    "CopyMemory" "Elroy" site:vbforums.com

    That's just a trivial example.
    Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Aug 2022
    Posts
    17

    Re: boolean forum/codebank search

    Quote Originally Posted by Steve R Jones View Post
    Yes, You can use boolean operators such as AND or OR....

    Did you play around with the two tabs? Single/Multiple?

    Try it some more and if needed - post some example here for OTHER MEMBERS to lend a hand.

    I tried term1 AND term2, +term1 +term2 (one google method for AND), "term1" "term2" (another google-style method for AND), on the advanced tab, none worked.


    For terms I was using WM_MOUSEWHEEL , PostMessage


    I ended up using google the way I have since the early days of google, with the query
    site:vbforums.com "WM_MOUSEWHEEL" "PostMessage"
    which yields a hard boolean result with 3 hits

    and also like this
    site:vbforums.com +WM_MOUSEWHEEL +PostMessage

    yields 23 results that must be based on some fuzzy algorithm, and still quite helpful


    And just to be sure, tried just now

    WM_MOUSEWHEEL AND PostMessage

    in the multiple types advanced tab

    still get 9 pages of results, so many of which having just one OR the other term
    Last edited by philo; Feb 24th, 2024 at 07:57 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width