Questions tagged as 'busca'

1
answer

How to look for an element in a vector of structures?

Good evening! I am doing a job in 'C' where I have to look for doctors by specialty, that is, I ask the user the name of the specialty to look for and I make a'printf 'of the doctors of that specialty. I tried to do this but always gives me "Eni...
asked by 22.08.2017 / 00:00
0
answers

Filtered search (by Label blogger)

Hello, I'm having trouble in a blogger search system. The problem is that I want to filter searches by Label . <form action='/search' class='navbar-form navbar-right' id='searchthis' method='get' role='search' style='display: inline;'&...
asked by 24.08.2017 / 15:54
1
answer

nome.exe has stopped working. I can not fix this [duplicate]

My code in C gives a crash displaying the following error:    name.exe stopped working I do not know how to fix this. Here is the code I've already done: #include <stdio.h> #include <string.h> #include <stdlib.h>...
asked by 10.07.2016 / 04:34
0
answers

FileNotFoundException being thrown on Twitter search - Java

I have an algorithm that does a search for old Twitter tweets between two dates. My goal is to return all tweets. The code was like in the question of this post a> (may be a parameter) a few days ago and was working, but due to some changes to...
asked by 30.07.2015 / 23:15
1
answer

How to search for similar words or synonyms in PostgreSQL

I need to make a search return similar words to me I found the phonetic search it can even be used to refine the search I need, but I do not think that is ideal. For example, in a database I have several professionals, but your professio...
asked by 26.05.2015 / 00:54
2
answers

I want to search by name of any function from a search field

Folks ... how can I make a system where input text gets a name of function .. then it searches its name internally with the name that is in string . kind ... In Html I do the following: <input type="text" id="seuInput...
asked by 15.05.2018 / 04:34
1
answer

How to search using regular expression in delphi 7 [duplicate]

In delphi 7 when opening the search dialog box: CTRL + F and selecting the option: Regular Expressions would like to find anything starting with the word GPField and ending with IsNull For example, I have the following code: if GPFiel...
asked by 06.06.2018 / 14:51
2
answers

Is there any way to format a whole line when finding word on page

Colors & Neutral If highlight of the others, let's say some simple phrases like: Cores do Arco-Íris Cores sortidas Diversas cores e sabores Sem cor, apenas Neutro Preto-e-Branco, neutro Sabão neutro Well, these lines...
asked by 24.06.2018 / 16:07
2
answers

Search tool usage monitoring

On my client's site, there is a kind of search tool. This search requires that the user choose which of the sections (pages) he wants to search. With the desired word and section chosen, it redirects to the page and brings the desired search res...
asked by 17.05.2017 / 15:31
1
answer

Select with Search Terms

I need to make an query where I only display results in one condition: # Search the Database $select_sql = "SELECT * FROM users WHERE user LIKE :search OR date_access LIKE :search OR ip LIKE :search AND active LIKE :active ORDER BY id DESC"; $...
asked by 14.09.2016 / 21:49