manticoresearch-javascript icon indicating copy to clipboard operation
manticoresearch-javascript copied to clipboard

Official Javascript client for Manticore Search

Results 6 manticoresearch-javascript issues
Sort by recently updated
recently updated
newest added

Hi, I tried to replace a document with an id that `searchApi.search` returned - `'3316996940775817220'` (auto-generated on insert) which is a string, but the client throws this error `Document ids...

bug
est::size_S

Hello! I've recently moved from PHP to node.js. I have never used manticoresearch on the production however, it'll definitely be my main search database after a long research. My first...

waiting

Hello Can you please add typescript typings for this library? Thank you!

waiting

When I run this query I get the results as expected. `SELECT id, content_type, content_id, title, type FROM main WHERE MATCH('text') limit 500; show meta;` But when I run this...

Just updated from v 4.0.0 to 7.0.0 and I get this error when running an sql query. `var res = await utils.sql('SELECT VERSION() as v');` `Error: Multiple matches found constructing...

There's a security warning from Depandabot https://github.com/manticoresoftware/openapi/security/dependabot/47 concerning the client. But we cannot apply the suggested change since `json-bigint:1.0.0` doesn't work with our client correctly. We need to check for...