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
10 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
10 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
0 answers
16 views

Flask app searched result in route returns previous one

I can't handle it for a long time. it returns previous search (test) in address - :5000/search/?key=test (but query works - I get list) header.html <form method="POST" action="{{ ...
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
25 views

why doesn’t vertex ai search agent widget work in google sites?

search agent widget not working in www.crm-search.com (hosted on google sites with custom domain) in allowed domains. Error: "Problem loading results, please try again" I tried on different ...
Juan Braun's user avatar
1 vote
0 answers
14 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
25 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
0 votes
0 answers
39 views

Binary Search in Java personalized implementation not working properly

Why is my code not working though I've tried dry running it 1000 times, but still I'm not able to find my doubt, maybe I'm short of the knowledge which will help me find the mistake, can anybody help ...
Shruti Kumari's user avatar
0 votes
1 answer
43 views

SQL Oracle How to find distinct word but not a word out of context?

I have a table where a column called NOTE has some text. I'm trying to return only the rows that have 'ABC', but not rows that contain 'ABCD', 'ZABC', etc. I was thinking of something like select * ...
mmv456's user avatar
  • 13
0 votes
1 answer
41 views

Reading output of tokens_compound into a dictionary

I want to use tokens_compound to examine the frequency of phrases in the documents of a corpus. I used the corpus data_corpus_inaugural for illustrative purposes and selected some ngrams to search for....
bgreen's user avatar
  • 65
-3 votes
0 answers
45 views

I have a databese with product in excel over 4000 products and i want to filter excat product as i type uniq specification not showing simillary

I want an excel formula to filter the data as soon as I start typing the product specifications and not show me products with similar specifications but only show the product I type. If I write 0.9×50×...
Mariglen Myftari's user avatar

15 30 50 per page
1
2 3 4 5
2488