Announcement

Collapse
No announcement yet.

Forum question - search function

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Forum question - search function

    Links to searches appear to expire, huh? I didn't know that... I realized after I posted a couple links to a few searches, that when I went back to click on them, it returned no results.

    Anyway, can we make an improvement to the search function? It might be a performance issue for the database, but the search function seems so limited right now because it ignores common words... well, some of those words are common because - well, they're COMMON ... I often times find myself unable to search effectively because what I need to search for gets ignored.

    Thanks for the consideration...
    Former Ride: 2002 Pontiac Trans Am WS6 - 345 rwhp, 360 rwtq... stock internally.

    Current Ride: 2006 Subaru Legacy GT Limited - spec.B #312 of 500

  • #2
    I love this board and my friends that are here, but the database and site need some critical improvements made. Far too much downtime and database problems.

    I get the impression that only the site owner Jim has access and/or priveleges to the crtical functions of this board. Just my observation, but that probably isn't the best of ideas.

    There are several people on this board who would be glad to help out I'm sure.

    Comment


    • #3
      This is a common problem on many boards. Don't know if there is any way to fix it without overloading server resources. Thirdgen.org had a big problem with their search feature crashing the server when they first switched to vBulletin.

      Any time I want to run a search on a board and include those common terms that are always ignored, I will use the advanced search feature in Google. You can limit the search to the specific site by filling in the domain field. http://www.google.com/advanced_search?hl=en

      '87 Camaro - 2.8L MPFI, 700R4 swapped to T5, B&M Ripper Shifter, Dynomax Super Turbo muffler, CATCO high flow cat, K&N air filters, 180 degree thermostat w/200-180 fan switch, 3.42 rear end, Global West steering brace, polyurethane bushings/trans mount, Spohn adjustable torque arm.
      '88 Formula (stolen), '96 Camaro RS, (sold), '91 Firebird (sold),
      Bruce, μολων λαβέ

      Comment


      • #4
        It's not a common problem for the User Control Panel to be down for weeks at a time.

        It is pretty common for databases to become corrupt, but that's why they need regular maintenance. I would be glad to help.

        Comment


        • #5
          I wish the search engine didnt toss out words with 3 letters in them. We have all kinds of 3 letter acronyms we use here and nobody can search on them. CAI, MAF, ABS, IAT, IAS, MAP just to name a few.
          Tracy
          2002 C5 M6 Convertible
          1994 Z28 M6 Convertible
          Current Mods:
          SLP Ultra-Z functional ramair, SS Spoiler, STB, SFCs, Headers, Clutch, Bilstein Shocks, and TB Airfoil. 17x9 SS rims with Goodyear tires, 160F T-Stat, MSD Blaster Coil, Taylor wires, Hurst billet shifter, Borla catback with QTP e-cutout, Tuned PCM, 1LE Swaybars, 1LE driveshaft, ES bushings, White gauges, C5 front brakes, !CAGS, Bose/Soundstream audio, CST leather interior, synthetic fluids

          Comment


          • #6
            Originally posted by TraceZ
            I wish the search engine didnt toss out words with 3 letters in them. We have all kinds of 3 letter acronyms we use here and nobody can search on them. CAI, MAF, ABS, IAT, IAS, MAP just to name a few.
            Obviously by default, the minimum value is four characters, but that can easily be changed. In MySQL, the minimum and maximum length of search words to be indexed is defined by the ft_min_word_len and ft_max_word_len system variables. The default maximum is dependant on the particular version of MySQL that we are running 3.0.7.

            Something like this "ft_min_word_len=3".

            The only additional thing required to do is to restart the server, then rebuild our FULLTEXT indexes after we change the minimum character search length.

            I suspect that we likely have one or more tables that have out grown themselves. Someone needs to just use "ALTER TABLE" command to increase the MAX_ROWS and AVG_ROW_LENGTH table option values.

            There should be a database utilty available in our version of MySQL named "myisamchk". It will specifically query all the tables and provide a diagnostic report.

            Comment


            • #7
              Originally posted by TraceZ
              I wish the search engine didnt toss out words with 3 letters in them. We have all kinds of 3 letter acronyms we use here and nobody can search on them. CAI, MAF, ABS, IAT, IAS, MAP just to name a few.
              That's exactly the kind of stuff I'm talking about... hell, even LS1, LT1, LS6, LS2, and LS7 get ignored... WS6, T56, Z28, etc...
              Former Ride: 2002 Pontiac Trans Am WS6 - 345 rwhp, 360 rwtq... stock internally.

              Current Ride: 2006 Subaru Legacy GT Limited - spec.B #312 of 500

              Comment

              Working...
              X