Category "search"

Binary Search with results returned as Indices

I'm working on an implementation of Binary Search in Python as part of a course (Algorithmic Toolbox on Coursera). The challenge is to create an implementation

Free Search plugin for WooCommerce website [closed]

Can someone advise a free Search plugin for WordPress WooCommerce website , that can display in search results “products” and read

Walk back until first branch found in networkx graph

Given a directed graph, I want to start at a leaf node, and walk back (breadth first) until I find the first node with more than one successor (or a degree grea

extracting the desired link and its order from the links taken with selenium

from selenium import webdriver import time driver = webdriver.Chrome("chromedriver.exe") driver.get('https://www.google.com.tr/search?num=100&q=istanbul%20h

mongoDB search query taking long when I use regular expression and case-insensitive

I am using MongoDB\Driver\Manager my query is shown below. $globalSearchValue = 'Test'; $mongo = new MongoDB\Driver\Manager("mongodb://localhost:27017"); $b

Flutter - FutureBuilder in SearchDelegate with Delay Request

I was struggling implement simple search function using SearchDelegate. I want to wait 2 second after user stop typing and then make a call request to an API. I

Customized search for consequtive values in numpy array

Please assume the following NumPy array: A = array([1, 1, 0, 1, 0, 0, 0, 0, 0, 0]) I would like to find the indices of this array that N consecutive values are

HTML text box and button that redirects user to a page of same name not working when <form> is added

Below is a code that redirects people to a page of the same name. For example, if I type in the word 'chocolate' and click 'Submit', the user should be redirect

Searching a value within range between columns in pandas (not date columns and no sql)

thanks in advance for help. I have two dataframes as given below. I need to create column category in sold frame based on information in size frame. It should c

How to get the key of a map using the value in C++ STL

Get key by inputting the value of that key in C++ STL map<int,int> m; m[0]=8; m[8]=7; m[1562]=4; m[100]=1; auto i=m.find(1562); cout<

React Bootstrap table 2 search issue

We are using a React-bootstrap-table for the table and we are facing an issue in searching the data in the table while using pagination it searches data only fo

Why did Shift+F3 stop working in Notepad++?

F3 (find next) and Shift+F3 (find previous) work in many other editors. F3 continues to work in version 7.8.9, but Shift+F3 stopped working: it just does nothin

Elasticsearch - Want to sort by field in all indices where that particular field available or not if not then avoid it

Currently, Getting result based on scoring but what i want to do is i want a result based on scoring + Field Status with value true/false. If value is true th

Datagridview Error After Rowfilter -> Data Update/Add and Fill Process

I have a datagridview which filled by SQL table. When I search a value with a textbox in the data and update/insert the some values and use fill function again

Search or filter nested list of ul li

I have searched to the extent of my capabilities and found no answer. I would like to be able to search or filter and then display only matching items from a th

Search Listview using Textbox in C# from SQL Database

I use followng code in VB.Net to search data in listview using TextBox. This code was VB.NET i have changed this to C# according to my understanding as i am new

POP email clients search functionality failing

I am using mail on my iPhone. I have configured it to use the POP protocol so I can look at old emails without worrying about connections to a server etc.. Rec

Flutter Search bar in ActionBar like yelp app

I am trying to build an application location base and I want a search bar like this image shows. That search bar should be able search for locations and text. D

Elastic search script sort text as Number

I have an Elastic search field ID which is a Number but set in the index as a "text". I cannot change the index because of the huge volume of data to reload. I

How do I solve error with Active Directory Search using user name

Im using the the below C# code to try search active directory for a user's email address by passing username. but this returns error using System.Text; using S