Cannot "search" for posted emails?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • David Copeland
    Senior Member
    • May 2000
    • 1354
    • 4.2.5

    Cannot "search" for posted emails?

    I'm lost.

    I was trying to do a search on a posted email, and no such luck.

    Can someone give me an example of how to type in the email address?

    I am running 2.2.6

    DAVID COPELAND
    Licensed VB Holder Since 2000
    Celebrating 22 Years with VB
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    What do you mean 'search for posted emails'?
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • David Copeland
      Senior Member
      • May 2000
      • 1354
      • 4.2.5

      #3
      Originally posted by Steve Machol
      What do you mean 'search for posted emails'?
      Example:

      If I use this Reply to post an email address, such as [email protected] , and then a month from now I try to find where I posted this email address in this particular topic, the Search Feature will not find it under a KEY WORD.

      Try finding this reply in the beta search. Maybe the Ver 3 works, but m version does not.

      DAVID COPELAND
      Licensed VB Holder Since 2000
      Celebrating 22 Years with VB

      Comment

      • David Copeland
        Senior Member
        • May 2000
        • 1354
        • 4.2.5

        #4
        Originally posted by David Copeland
        Example:

        If I use this Reply to post an email address, such as [email protected] , and then a month from now I try to find where I posted this email address in this particular topic, the Search Feature will not find it under a KEY WORD.

        Try finding this reply in the beta search. Maybe the Ver 3 works, but m version does not.
        Nope, the new Beta Search does not work either.

        DAVID COPELAND
        Licensed VB Holder Since 2000
        Celebrating 22 Years with VB

        Comment

        • Steve Machol
          Former Customer Support Manager
          • Jul 2000
          • 154488

          #5
          I order for longer strings like this to be indexed and searchable, you need to increase the Maximum Word Length in the Search Options section of the Admin CP
          Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
          Change CKEditor Colors to Match Style (for 4.1.4 and above)

          Steve Machol Photography


          Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


          Comment

          • David Copeland
            Senior Member
            • May 2000
            • 1354
            • 4.2.5

            #6
            Originally posted by Steve Machol
            I order for longer strings like this to be indexed and searchable, you need to increase the Maximum Word Length in the Search Options section of the Admin CP
            I already have the following in the CP:

            Enable Searches: Yes
            Floodcheck: 0
            Minimum Word Length: 2
            Maximum Word Length: 20
            Allow Wild Cards: Yes


            And still nothing.

            DAVID COPELAND
            Licensed VB Holder Since 2000
            Celebrating 22 Years with VB

            Comment

            • Steve Machol
              Former Customer Support Manager
              • Jul 2000
              • 154488

              #7
              Originally posted by David Copeland
              I already have the following in the CP:

              Enable Searches: Yes
              Floodcheck: 0
              Minimum Word Length: 2
              Maximum Word Length: 20
              Allow Wild Cards: Yes


              And still nothing.
              The example you cited above contains 24 characters:

              [email protected]

              Since you are only indexing up to 20 characters, this is not indexed. Note that you need to rebuild the search index after making any changes to word length.
              Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
              Change CKEditor Colors to Match Style (for 4.1.4 and above)

              Steve Machol Photography


              Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


              Comment

              • David Copeland
                Senior Member
                • May 2000
                • 1354
                • 4.2.5

                #8
                Originally posted by Steve Machol
                The example you cited above contains 24 characters:

                [email protected]

                Since you are only indexing up to 20 characters, this is not indexed. Note that you need to rebuild the search index after making any changes to word length.
                Thank you very much.

                It will take sometime to rebuild, but the light bulb has been lit.

                DAVID COPELAND
                Licensed VB Holder Since 2000
                Celebrating 22 Years with VB

                Comment

                • filburt1
                  Senior Member
                  • Feb 2002
                  • 6606

                  #9
                  Originally posted by David Copeland
                  Thank you very much.

                  It will take sometime to rebuild, but the light bulb has been lit.
                  Also if you want to search the database directly you can use this query:
                  Code:
                  SELECT postid FROM post WHERE pagetext LIKE "%email%";
                  Beware though that that query could take a long time to run on big forums.
                  --filburt1, vBulletin.org/vBulletinTemplates.com moderator
                  Web Design Forums.net: vB Board of the Month
                  vBulletin Mail System (vBMS): webmail for your forum users

                  Comment

                  widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                  Working...