Avatar

stevevisokio

New
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

stevevisokio New

About

Username
stevevisokio
Joined
Visits
8
Last Active
Roles
Member
Points
22
  • Re: Searching

    @Todd, I agree, the approach I'm describing may not work for multi-byte unicode, but should for unicode, and certainly does for western/ascii. I'm not trying to completely solve the problem of search… (View Post)
  • Re: Searching

    For part 4, the pseudo code should be: Iterate through all characters in the search query. Track whether we are "in quotes" or not. When not "in quotes", and a word start is encou… (View Post)
  • Searching

    Vanilla 2 search uses MySql full text searching which doesn't behave intuitively. In fact, our users find the our forums' search completely unusable. The information about how to correct this as best… (View Post)
  • Re: Searching

    These are the necessary changes to applications/dashboard/models/class.searchmodel.php for step 2 above. Line numbers relate to Vanilla 2.0.17.3. After "Reset" function definition, around l… (View Post)