+ Reply to Thread
Results 1 to 5 of 5

Thread: Keyword Search is Case Sensitive? Giving different result for listings found

  1. #1
    Senior Member
    Join Date
    Dec 2011
    Posts
    159

    Exclamation Keyword Search is Case Sensitive? Giving different result for listings found

    Keyword search is giving me random result when it comes to listing found

    For example, I search the word "blue" in different case all gives different search result

    Blue - 444 Listings found
    BLue - 369 Listings found
    BLUe - 368 Listings found
    BLUE - 379 Listings found

    blue - 422 Listings found
    bluE - 368 Listings found
    blUE - 368 Listings found
    bLUE - 368 Listings found

    I select "Any words" as a keyword search option

    Does the field type has a factor to play ?

    Name of field : additional_information
    type : textarea
    Last edited by rosegarden; February 17, 2013 at 02:21 AM.

  2. #2
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    I have raised a ticket for this PDL-913724

  3. #3
    Hello,

    I have fixed it for you already but for other people can be helpful.

    go to ftp://includes>>classes>>rlSearch.class.php
    method: 'keywordSearch'

    find code:

    PHP Code:
    Only registered members can view the code
    and replace to:

    PHP Code:
    Only registered members can view the code
    save and check again
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    thank you for the prompt reply and fixed

  5. #5
    Junior Member
    Join Date
    Mar 2013
    Posts
    1
    The same problem with case-sensetive search string is when the code for indirect search is in the case.
    Can you update this part of code too?

    Tnx.

    PHP Code:
    Only registered members can view the code

+ Reply to Thread