exact-match Questions

3

I'm using PHP and the Bing API to search for certain domainnames. I want only the results that are an EXACT match. Somehow Bing returns results that do not match exactly. When I search for : "w...
Byebye asked 17/4, 2011 at 21:44

2

I want to match and store string in an array using javascript and need regular expression for this. Other solution also appreciated. separated by '_' if only both matches in string those string fro...
Zitella asked 10/2, 2023 at 9:2

3

Solved

MongoDB 3.4 I have a value in a variable. val1 = "Fort Minor" I need to search in a collection stores (with text index on name field) with documents as db.stores.insert([ { _id: 1, name: "Java Hu...
Harvester asked 4/5, 2017 at 9:43

1

Solved

I have looked at every article and post I could find about performing exact-match, case-insensitive queries, but upon implementation, they do not perform what I am looking for. Before you mark this...
Fascicule asked 18/4, 2019 at 8:53

5

Solved

\\ $DigitalSignature have full name value passed $SignatureMatch = '/' . strtolower( $NameFirst . ' ' . $NameLast ) . '$/'; if( true == preg_match( $SignatureMatch, strtolower( $DigitalSignature ) ...
Stanza asked 3/8, 2012 at 10:41

3

Solved

I'm using elasticsearch and am having a devil of a time getting an exact match to happen. I've tried various combinations of match, query_string, etc, and I either get nothing or bad results. Quer...
Tortricid asked 3/9, 2013 at 17:45

1

Solved

I have two pandas dataframes I want to join/merge exactly on a number of columns (say 3) and approximately, i.e nearest neighbour, on one (date) column. I also want to return the difference (days) ...
Shimmery asked 31/5, 2016 at 11:37

1

I want to filter an index by an exact value of an attribute. I wonder what possibilities Algolia offers for that. Querying an index always results in a search for substrings, that means a search t...
Matelot asked 19/12, 2015 at 18:27

3

Solved

I've got a big text file. I need to extract all the lines which contains the exact word "DUSP1". Here an example of the lines: 9606 ENSP00000239223 DUSP1 BLAST 9606 ENSP00000239223 DUSP1-001 Ense...
Metatarsus asked 12/7, 2013 at 13:27

1

Solved

I could not find a better title, I hope to change it later if possible upon your eventual sugestions. My problem: I got a database with music artists. These look like this: "dr. dre feat. akon", ...
Nanci asked 17/3, 2015 at 15:29

1

Solved

I'm trying to find a way to return the full path to a given folder. The problem is that my code returns more than one folder if there is a similar named folder. e.g. searching for "Program Files", ...
Insatiable asked 2/3, 2014 at 11:59

4

Solved

First off there seems to be no way to get an exact match using a full-text search. This seems to be a highly discussed issue when using the full-text search method and there are lots of different s...
Pains asked 21/4, 2013 at 11:13

2

Solved

In the example below the output is true. It cookie and it also matches cookie14214 I'm guessing it's because cookie is in the string cookie14214. How do I hone-in this match to only get cookie? va...
Dysphemia asked 22/8, 2012 at 19:11

2

Solved

Ok, so basically I have some bit of code that matches URLs by regexs. It then will call some function based on which regex the URL matches against. I never want for more than one function to be cal...
Livvyy asked 3/1, 2011 at 0:59

4

Solved

How can I search for an exact match in a string? For example, If I had a string with this text: label label: labels And I search for label, I only want to get the first match, not the other two....
Cynar asked 9/11, 2010 at 7:48
1

© 2022 - 2024 — McMap. All rights reserved.