1
Hello, I have a table 'videos' with 3 fields 'name', 'Description' and 'categories'. When doing a search I want to appear at the top the videos that in the 'name' have more of these keywords, for example if I search "beautiful house" a video with name 'HOUSE in BEAUTIFUL LAGOONS' has to stay more at the top than a video with name "sao paulo CASA" and description "look how PRETTY she is"(as I do the search looking for the keywords in name and description).
Does anyone have an idea how to do this?
https://forum.imasters.com.br/topic/490708-consulta-por-relevancia-mysql/? do=findComment&comment=1950568 something like that , but there are better solutions.
– Motta
@Alvaropacíficoserpa What is the database manager? (Oracle Database, mariaDB, Postgresql, SQL Server, Mysql etc)
– José Diz