Most voted "quest" questions
Questions about a search algorithm or its implementation. *NO* for questions about using search tools within an API (e.g.: Google, Bing, Facebook).
Learn more…242 questions
Sort by count of
-
0
votes1
answer271
viewsObject and Like Array search in Javascript to return the Index find
I recently asked this question Object and Like Array Search in Javascript and it was answered to me in the best possible way, I am studying the documentation but with some difficulties where I came…
-
0
votes2
answers176
viewsHow to create a single search box for Google and Wikipedia?
I created a search box with two Buttons, one for Google Search and one for Wikipedia Search. The Google button works very well but I can’t do the same for Wikipedia. Follow the code... <!DOCTYPE…
-
0
votes2
answers267
viewsGet Directory After JAVA Compiled
Beforehand I would like to say that I have already searched in several links indicated here in stackoverflow and other sites as well and I still could not get concrete help (it may be my mistake…
-
0
votes0
answers103
viewsC Pointer Vector Search
Consider a type that represents an employee of a company, defined by the following structure: typedef struct funcionario Funcionario; struct funcionario { char nome[81]; // Nome do funcionário float…
-
0
votes1
answer45
viewsInterpolated search in C, repeated values in the arrangement
I’m a beginner/student in C language and I’m learning about search. I’m having difficulty understanding about the interpolated search, because the test code I passed in the discipline presents error…
-
0
votes0
answers15
viewsHow to make next and previous buttons by Highlight?
Well, I’m having trouble executing a code to go to the next word in Highlight. I’ve tried a lot of things and I can’t seem to make it work. String text is in HTML, and I do the transformation inside…
-
0
votes0
answers46
viewsSearch for elements in tuples within a list
I made this code to search for an event, initially, I was unable to make the method print_events work, now it works, needs adjustments and improvements still and make work the formatting methods, if…
-
0
votes0
answers26
viewsStart function in first empty cell per column - Python
I have a portfolio with some shares that I called wallet. I’m calculating the normalized returns on this portfolio by simply dividing the current price of each share by the initial price (base…
-
0
votes2
answers88
viewshow to correctly pass the txt file data to a python list?
I am creating a simple program that reads data from a file .txt, passing them to a list. Then the program asks for a keyword to check if it exists in the list and show which position it is in. A…
-
0
votes0
answers16
viewsPosition search Itemclick Arraylist
Good Night, I have an Activity with Recyclerview and Searchview by clicking on any cell brings me a new attempt with the information of the chosen cell, but when searching a given word returns item…
-
-1
votes3
answers141
viewsQuery problem - Accentuation
My Mysql database is in UTF-8, pages in UTF-8, so far all working. No problem with charset. The problem is when I research something (company) in the search, for example: I type "A" and it returns…
-
-1
votes1
answer69
viewsPagination of results with search in two fields
Hello, good morning, I’m looking for help because I’m having trouble creating a results pagination, I made a page that contains two search fields, "what you search" and "where you search", it works…
-
-1
votes3
answers85
viewsSearching and opening files by name
Well I’d like a code that looks all over the directory @"c:\" with a name I put and open the folder or folders where they are located. Ex: Process.Start(@"c:\" + PastaOndeEstaLocalizadoOArquivo);…
-
-1
votes1
answer34
viewsSearch result via web service
I am building a search application (input) and it should bring the result of a webservice. Example: xhttp.open("POST", "https://www.site.br/api/v1/busca/termo/_pesquisa", true);…
-
-1
votes1
answer76
viewsData structure in C# for neighbor-nearest?
Currently I’m putting all positions in an ordered vector. When I want the nearest neighbor, step through the whole vector. I want to know if there’s a structure in any namespace from C# to this.…
-
-1
votes1
answer54
viewsProblem identifying if a word from a list is present in my string in Python
I’m looking to identify if in my input there are any words that are on a list of words that I created. The code runs normal without presenting any error, however, is missing the result always. Code:…
-
-1
votes1
answer40
viewsAlign UL (result) with input (filter)
I’m doing a filter search, when the user type, will appear the results in a UL. The UL (where it shows the filter results) is not aligned with the input. Follow an image to get an idea: Any idea?…
-
-1
votes1
answer45
viewsSearch only if you click the button
I’m doing a search field similar to CTRL+F, but when opening the site on an older Android phone, the phone hangs, I wanted to be putting to search the word/letter only when the user click the…
-
-1
votes0
answers11
viewsRegex: How to remove line breaks after commas
Editing documents in ". txt" with texts in Notepad++, I notice that there are several snippets where there is a line break after a middle sentence comma. Ex: "John was moving to work,"line breaking"…
-
-1
votes2
answers572
viewsHow do I do a NAME search filter in PHP ?
I have tried several ways, but all of the problem in the query... Exemplo : <form class="form-inline my-2 my-lg-0" method="post" action="home.php"> <input class="form-control mr-sm-2"…
-
-1
votes1
answer71
viewshow to search for more than one column in php
I’m doing a researcher for a client’s website, I did the form code and the research. and showed the result. my table and so on: NAME.BIRTH DATE.IDADE.DEATH DATE.QUADRA.TOMB.DRAWER in the case at the…
-
-1
votes1
answer944
viewsJava: find files in directory
I have a simple function to search a file in the application directory and return it, however the return is always being empty, I could not find where the error is. Path currentRelativePath =…
-
-1
votes1
answer115
viewsComparison of object attributes within a for loop
How to compare a single item of an object that has 3 spaces or more? I want to make a system that, every time the login is equal to some that is already stored in some object, appears an alert…
-
-1
votes1
answer62
views -
-1
votes1
answer98
viewsSearch for two columns in the database
I need help on how to do a two-column search, I’m a beginner. If I type a category it finds, if I type a city it finds, however, if I type category and city ex: agencies são paulo he returns…
-
-1
votes1
answer175
viewsFill array table
Hello, I’m developing a web project but I can’t get the desired result. I have a php file that returns me an array of vehicles and my Index calls this file to get this array through ajax. When…
-
-1
votes1
answer30
viewsMysql Array Search Field
I need to create a search field for my program in BD in Mysql. I want to create a search that lists names of people, but ignoring duplicated letters in names or special characters, such as…
-
-1
votes1
answer40
viewsSearch by name in spreadsheet C#?
I am trying to do a name search inside an Excel spreadsheet, by code works normal, but I would like to search by name, when I do the search with the abix code, returns the error: private void…
-
-1
votes0
answers19
viewsHow to do a Listview filter search in Flutter?
How can I make a filter for searching this code? import 'package:flutter/material.dart'; import 'package:intl/date_symbol_data_local.dart'; import 'package:intl/intl.dart'; import…
-
-2
votes1
answer52
viewssearch in two worksheets with a form in vba
good afternoon people! my problem and the following: I have a form with 2 textbox one for students' names and another for the classroom and a spreadsheet with two tabs with the same names…
-
-2
votes1
answer40
viewsMake suggestions list float
I’m creating a project and I want to put a input to search users and tals... I’ve already half finished, but the list of suggestions is not "floating", as does the datalist, if someone can shed some…
-
-2
votes1
answer792
viewsHow to compare python array in an array list and return the same or nearest array
I would like to know how I can enter with a vector and search in a list of vectors which has more equal or similar values using Python. Example: I have the following vector: search =…
-
-2
votes2
answers180
viewsKeyword Search Assign If and Else with Javascript
Hello folks I am trying to make an automated freight selection in my shop, why the integrated shop platform does not offer specific freight option for products, so I have: Conveyor: Only for…
javascript angularjs node.js javascript-events questasked 4 years, 5 months ago EDSON MACIEL DOS SANTOS 1 -
-2
votes1
answer43
viewsHow to search using jquery by TITLE attribute?
I hope this message finds you well. I have a jquery code that performs table searches in real time. This code searches this table for cell values, but I need it to search at the same time for values…
-
-2
votes1
answer30
viewsSearch in Javascript array
Good afternoon. I ask you kindly to help me in a simple problem (for you kkk), but that is bothering me. I have a fixed matrix (values are taken from a txt) need a return function another matrix…
-
-3
votes1
answer928
viewsSearch system with codeigniter
Could someone tell me a good tutorial, or a way to make a search system with codeigniter? I thank you already.
-
-3
votes1
answer44
viewsSearch in java file
The teacher passed an activity, which is for you to put the files in a txt, read, change and delete... I am programming the search function, and it is not working. You could help me? public void…
-
-3
votes2
answers76
viewsProblem with PHP Search Engine
GOOD AFTERNOON GUYS I am developing a website for a client and he wants to put a locator (search), in case put the name of the person and appear her burial place. only that I made the php code and…
-
-3
votes1
answer185
viewsHow to remove Tableview lines even with search field using Javafx?
Eae personal, I am trying to put the option to clear Tableview in my project, but as I have implemented the search option whenever I try to clear Tableview is presented this error: Exception in…
-
-4
votes1
answer137
viewsSWITCH Error - Sequential Search and Binary Search
#include <stdlib.h> #include <stdio.h> #include <conio.h> #include <iostream> #include <fstream> #include "pessoa.h" using namespace std; int main() { //CADASTRA…
-
-4
votes1
answer658
views -
-4
votes1
answer48
viewsPerform a PHP filter search on multiple tables
I need to do a search with filters for example SPECIALTY > CITY and then show search result follows my code: <?php if ($specialty != null && $city != null) { ?> <?php…