Jump to content
UBot Underground

sdfungayi

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About sdfungayi

  • Rank
    Newbie

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    unsure
  • License
    Community Edition

Recent Profile Visitors

1855 profile views
  1. I want to implement a database search that is insensitive to plural/singular, order and case of the words used in an input string. I am using MySQL database. For example if the input string is: "woman looking for a desktop, Printers and laptopS" the search must return all rows that contain any of the following words in any order and whether they contain upper or lower case letters: woman women desktop desktops printer printers laptop laptops How do I do this? MySQL fulltext search cannot handle the plural/singular and regular expressions in MySQL are sensitive to the order of the words.
×
×
  • Create New...