Questions tagged as 'busca'

1
answer

Use dropdown select in autocomplete of search in php mysql

I have this input=[text] with autocomplete that offers the title with a link (a href =) in the mysql database, however I would like to create 'categories' to select the links that autocomplete offers through a dropdown select. / p> This...
asked by 01.02.2017 / 13:13
1
answer

Joomla with security problems in GSC

We have a site in Joomla, in Google it happened to appear with not secure, we verified in Google security problems with strange URLs. We have seen that Google encounters problems with pages of this type: site.com.br/2122/whuk16867_/swphtxj/...
asked by 29.09.2016 / 17:46
0
answers

Search in MySQL with FULLTEXT IN BOOLEAN MODE including the keyword operators?

How to make a query through the query MATCH (column1, column2) AGAINST ('keyword' IN BOOLEAN MODE) in an InnoDB table with two fields indexed by FULLTEXT, including the operators that are in the word being searched? Understand: SELECT * FRO...
asked by 23.04.2016 / 04:35
0
answers

Route post ajax Laravel

Galera I have a search field for ajax in laravel that works normally local but on the server it is returning error. When the search route (post -> link ) is triggered by the keyup event of error 301 Moved Permanently and then again (mysteriousl...
asked by 12.02.2016 / 16:38
2
answers

Random search in the listview via editext on android?

Hello, I'm very new to programming, I'm really enthusiastic, I'm just looking for a type that editext looks for the letter or word in the text so that, for example, if my string is written "Mr. Jose Ventura "and I type only" Ventura...
asked by 10.08.2015 / 23:51
0
answers

Problem with line breaks in search engine

I'm developing a PHP search system without using a database and it works great except when there are line breaks. How can I solve this? index.php <form action="busca.php" method="get"> <input type="text" name="s"><br> <i...
asked by 22.01.2015 / 03:32
1
answer

Looking for separate words in the same string in MySQL

My question is relatively simple, but I could not find an answer that really helped: My user searches for a name on a form: Fulano Silva The record in my bank is like So-and-so of Tal Silva SELECT * FROM 'dados' WHERE 'nome' LIKE '%"...
asked by 16.03.2017 / 18:29
1
answer

Select only items that contain the number in their value

I have a conversas table: STRUCTURE +--------+---------+ | Nome | Tipo | +--------+---------+ | id | int | | users | text | | titulo | varchar | +--------+---------+ I need to select the items that contain the u...
asked by 04.02.2016 / 15:25
3
answers

Searching and opening files by name

I would like a code that searches the entire directory @"c:\" with a name that I put and opened the folder or folders where they are located. Ex: Process.Start(@"c:\" + PastaOndeEstaLocalizadoOArquivo); Note: Even if I type the up...
asked by 16.09.2017 / 03:33
3
answers

Query problem - Accentuation

My MySQL database is in UTF-8, pages in UTF-8, so far everything works. No problem with charset . The problem is when I search something (company) in the search, for example: I type "A" and it returns companies that have this initial lett...
asked by 14.07.2015 / 22:58