Questions tagged as 'busquedas'

1
answer

Search string within a text field, PostgreSQL

I have the following problem: I need to find an exact substring that begins and ends with numbers in a text field. The query at the moment is: SELECT * (...) FROM dominio AS Dom, ampliatoria AS Amp, (...) WHERE (...) AND Amp.descri...
asked by 18.12.2018 / 14:54
0
answers

Seeker with throttle Angular 6

I have armed a search engine and I want the search engine when I write not to pull a search with every letter that I am writing even when I have not finished typing what I am looking for. I know I can use the throttle or throttletime method (I d...
asked by 24.11.2018 / 16:34
1
answer

search for elements of a c ++ stack

Good evening I have the code of a practical job with the opcones to insert items into a stack and search, when looking for this number I have to extract all those that are divisible by the same number entered. Here is the code, the part where th...
asked by 03.10.2018 / 04:17
1
answer

Fragment search containing ListView elements

I have a fragment called Praise which contains ListView elements. I want to implement a search bar of the existing elements in the ListView but I do not know how to do it, until now I have tried to implement with the searchView but I do not achi...
asked by 18.06.2018 / 05:10
1
answer

Problems searching a word in a list

What is the problem with this code? import java.awt.Container; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.*; import javax.swing.*; public class busqueda extends JFrame...
asked by 20.08.2018 / 04:50