jflcarvalho / lbaw1763

Project developed for 'Database and Web Applications Laboratory', a third year subject @FEUP. The objective is to create one simple website with some new frameworks.
http://lbaw1763.lbaw-prod.fe.up.pt
1 stars 4 forks source link

Match Categories-Questions Case Insensitive (php==PHP) #19

Closed AndreFCruz closed 6 years ago

AndreFCruz commented 6 years ago
rendoir commented 6 years ago

Not sure what this is for anymore :(

AndreFCruz commented 6 years ago

é para dar match de tags independentemente de estarem em maiusculas/minusculas @rendoir

rendoir commented 6 years ago

Então para cada tag crio uma nova coluna com o nome em lower? Se sim não percebo o to_tsvector.

AndreFCruz commented 6 years ago

um hack seria isso ya, criar uma coluna extra com lower_name e fazer o whereIn('lower_name', $tags)