Questions tagged as 'busca'

1
answer

Excel Formula to look up part of the text in a table

I have a table of banks and codes in two columns. Ex: Banco do Brasil S / A 001 Bank of the State of Rio Grande do Sul - Banrisul 041 Banco Santander do Brasil 033 Banco Mercantil do Brasil 208 Banco Itaú S / A 341 Some expr...
asked by 06.04.2017 / 15:05
1
answer

Search for item [List]

I want to search an element of a list by a name (vector of characters). I get the name (espm) in function and childbirth for the search. The problem is that the function always tells me "There is no doctor with this specialty" even when the na...
asked by 23.08.2016 / 02:46
1
answer

Queryset in django without case-sensitive

I have a question about Querysets in Django. I need to do a search on a field that is a Charfield, but the search I'm doing appears to be case sensitive. And I wanted that when looking for 'Stack' the search would return a field that is 'stac...
asked by 29.05.2015 / 03:17
1
answer

Map Substring Solr

I have the following question, I have the city(name, uf, province) model I'm trying to implement the sunspot search method, but I'm getting by: # modelCity.rb searchable do text :name end # controller City unless params[:search]...
asked by 25.02.2014 / 14:06
2
answers

Search script does not return results or errors

Well, I created a PHP search script, but it does not display results, and it also does not display errors. Fomulário <form class="navbar-form navbar-right" method="post" action="pesquisa_card.php"> <div class="form-group">...
asked by 07.08.2017 / 16:38
2
answers

Checking if value exists in an array via search field

In pure javascript I can use indexOf() , something like this: var chaves = ['wmv','3gp','mp4','mp3','avi']; if(chaves.indexOf("avi") != -1) { alert("Ok!"); } But when it comes to a search field I'm trying this way: <html...
asked by 26.12.2016 / 20:29
2
answers

Concatenate array of selected checkboxes to use as search filter

I have a search with several checkboxes that can be selected and added dynamically by the user. As I do not know the quantity, I was thinking of doing the following: go through all of them and go concatenating with AND and use that in the...
asked by 08.06.2014 / 05:45
2
answers

How can I find out which packages / libraries belong to the functions of a routine written in R?

I have stopped using many routines because programmers do not tell which packages / libraries the functions that are in these routines use. I know that many of these functions are authored by the programmer and are not found in any repository, b...
asked by 25.11.2015 / 18:11
1
answer

Search View without needing to click enter to appear the result

I made a search in my list however it needs me to hit enter to complete the search and show the results. I would like the result to come automatically when typing. Appreciate. My code: ........ public class ListClientes extends App...
asked by 21.02.2016 / 03:02
2
answers

How not to let a Domain appear on Google and other search engines

I have an online system and would not like my domain to appear in google or other search engines, I would like to make it private. is there any way to do this?     
asked by 29.09.2015 / 14:35