Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
46 views

here i got : Elasticsearch stores most of the searchable / document-like data (text fields, city, etc.) Neo4j stores relationships and some entity attributes (e.g., gender, graph connections) Each ...
-1 votes
0 answers
40 views

I'm trying to configure Meilisearch for a very strict, 100% exact match search for product SKUs and brand names from a collection of text files. My goal is to completely disable all of Meilisearch's &...
2 votes
1 answer
95 views

I'm trying to implement a robust search function in my NestJS/Mongoose application that can handle partial matches while being case-insensitive and diacritics-insensitive (ignoring accents). My ...
2 votes
1 answer
97 views

We're using fulltext indexes in current builds of SQL Server and/or Azure SQL - compatibility levels well over SQL Server 2016 or higher, preferably SQL Server 2022 on Azure. While the searching in a ...
0 votes
1 answer
115 views

I need to search crypto tokens by name (text search), symbol (exact match) or address (prefix match, i.e. return all tokens the address of which starts with the user query). Instead of relying on a ...
0 votes
0 answers
55 views

I'm using the Google Places SDK for iOS and Android, along with the new Places API (New), to implement text-based place search (e.g., "pizza" near the current location). I'm passing the same ...
0 votes
0 answers
57 views

I am trying to use lancedb to perform FTS, but getting spurious results. Here is a minimal example: # Data generation import lancedb import polars as pl from string import ascii_lowercase words = [...
MKWL's user avatar
  • 41
3 votes
0 answers
86 views

We noticed that full-text index searches were not returning results for the "again" search param. We excluded the possibility that the word "again" is part of the MySQL FullText ...
0 votes
0 answers
42 views

We found a strange behaviour of Oracle full text search when using contains(text, 'NEAR((A,B,C,D), 2, true)') where 2 is the max_span parameter. The documentation says: max_span Optionally specify ...
0 votes
0 answers
90 views

I have enabled a full-text index on my MySQL table with the ngram parser as shown below: SHOW VARIABLES LIKE 'ngram_token_size'; -- Default set to 2 ALTER TABLE MyTable ADD FULLTEXT INDEX FT_MyTable (...
0 votes
0 answers
117 views

When I right-click on the top most / top level / project folder / root folder to get the context pop-up menu, I don't get a Search option in that menu: In my case, in the picture, the top most folder ...
2 votes
1 answer
66 views

I'm learning about full-text search in postgres using ts_vector & ts_query, by analyzing texts in strings. But I'm getting a false return but instead I should be getting a true output. Here is my ...
0 votes
0 answers
174 views

I am using SQLite3 in C++ where I need to store text data. There are 7 columns in the table. I need to filter data by 7 columns. I need to check for equality of 6 columns to a specific value, and I ...
0 votes
1 answer
68 views

MySQL fulltext index search with multiple columns MySQL Table - sample_table: col1 col2 col3 col4 Fulltext index: Keyname: some_keyname Columns: col1, col2, col3, col4 Question: To search for a string ...
rgg's user avatar
  • 21
0 votes
0 answers
40 views

I'm building an offline-only CLI tool that searches our company rulebook, stored as hierarchical JSON: Levels like 3, 3.2, 3.2.1 ... router(query) chooses the node by comparing the query with each ...

15 30 50 per page
1
2 3 4 5
...
575

AltStyle によって変換されたページ (->オリジナル) /