Skip to main content

Questions tagged [search]

Questions about search algorithm mechanics and implementation. *NOT* for questions about using search tools within an API (e.g. Google, Bing, Facebook).

0 votes
0 answers
11 views

JQuery Autocomplete function is triggering multiple times

I need to set a search bar in my code where it will retrive the data of the products present in the database.Here in the same project they have used the exact code to do the product search I used that ...
Guru1804's user avatar
-2 votes
1 answer
13 views

Big Data to implement Inverted Search Index

Which db/cloud service provides easy way to implement inverted search index? I have ids of tables and ids of its columns and need to find all the tables with having the following set of columns. I ...
Oleksiy Druzhynin's user avatar
0 votes
1 answer
29 views

Checking a candidate majority element: Does my simplification work with all cases?

Here are the details of the problem: Given a sorted array arr of N elements. A majority element in an array of size N is an element that appears more than N/2 times. The task is to write a function ...
Gargouri Nourallah's user avatar
-2 votes
0 answers
30 views

what is the best excel function to solve this problem? [closed]

sentences email name name email date sentences1 solution1 sentences2 solution2 sentences3 solution3 you are beautiful Jack non@gma 01/02/2024 sen37 blabla sen4 blabla6 sen8 balbla11 nice one Jessy ...
Intisar's user avatar
0 votes
0 answers
21 views

What to use for text search for a niche e-commerce site using Postgres

I have this small/medium e-commerce site for a niche market. We have tens of thousands of products and are looking to implement of fully functional search bar (previously searched through guided flow/...
user26422044's user avatar
0 votes
0 answers
14 views

Visual Studio 2022: Searching for instances of words problem [closed]

I am having issues with a WPF app. I have been trying to solve them for a while. One error was a duplicate method. There was none but to make absolutely sure, I searched for "InitializeComponent&...
Lawrence H's user avatar
0 votes
1 answer
26 views

Flask app searched result in route returns previous one

I can't handle it for a long time. it returns previous search (mySearch) when I try second one (mySecondSearch) in address - http://127.0.0.1:5000/search?key=mySearch (but query works - I get template ...
Vadim Popoff's user avatar
0 votes
0 answers
21 views

How to search mutliple columns in mysql with partial matching (?) similar to a search bar? [duplicate]

I am writing a Java command line app for searching through books in a library and outputing the location of the book to the user. The books are stored in a mysql database and all access is done ...
kaiswonderland's user avatar
0 votes
0 answers
13 views

Sitefinity-Unable to complete the search indexing

On my local machine, I have set up an existing project running on Sitefinity 14.0. When I try to re-index, it shows as in progress and never finishes. I am able to browse the site and various pages ...
Suresh R's user avatar
  • 249
-1 votes
0 answers
36 views

What is the correct configuration for the search agent web widget in Vertex AI

I successfully developed a search agent in GCP. Data store is a bigquery table. Preview works fine. However the widget for embedding the agent in a web page throws the following error: "Problem ...
Juan Braun's user avatar
1 vote
0 answers
15 views

i Have a laravel 10 livewire 2 apline.js 2 component search-suggest-dropdown which works but not always giving an error Error evaluating filteredItems

the error is as follows and it only gives it to me lately i worked before and i did not chenge any code since last it worked i just stopped error Error evaluating "filteredItems" TypeError: ...
stefan storm's user avatar
0 votes
0 answers
39 views

Finding a $ ( non-numberic) in an array of numbers whose N is not known

Recently I got the above question. Here, $ (a non-numeric) data is to be find out in an array whose N (Length) is not known. One simplest approach is linear search by going one by one and comparing ...
Jaykumar's user avatar
  • 363
1 vote
1 answer
23 views

How to perform a find-replace operation from the cursor position to EOF

How to perform a find-replace operation in Neovim from the cursor position to the end of the file (EOF), as Ex command :%s/Hi/Hello/g will write entire document file instead of from current cursor ...
user17227456's user avatar
  • 1,287
1 vote
0 answers
26 views

How to search a table on a phrase that I pass through a ternary operator

I am using the gridJS table to show the data that I retrieve from the DB. When I use the table search if I go to search for the names of the data (so by name experience) that I get from the DB I have ...
maurice's user avatar
  • 171
0 votes
0 answers
45 views

how to scroll browser page to the first encounter of a search term [closed]

On my private homepage I have implemented a search function (a freeware search engine browsing all pages on the site). The results, if any, are presented on a one page with links to the corresponding ...
Harry S's user avatar

15 30 50 per page
1
2 3 4 5
2488