Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

15 results 6 ms in manticoresoftware/manticoresearch-javascript

Replacing json-bigint with another lib

Since we have security warnings because of using json-bigint and the lib itself is not actively supported, we may need to migrate off it and find some alternative.

Nick-S-2018Nick-S-2018 · 2025-07-10 · 1 · #24

est::size_S

Security warning from Depandabot

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 …

Nick-S-2018Nick-S-2018 · 2025-05-13 · 2 · #21

est::size_S

UtilsApi sql query error after update to v 7.0.0

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 'SqlResponse' with oneOf schemas Object, [Object]. Input: [{"columns":[{"v …

marz0405marz0405 · 2025-03-18 · 5 · #22

Not possible to replace/update: "Document ids should be integer"

…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 should be integer , but I can't convert it to a number, because …

DattayaDattaya · 2024-05-09 · 7 · #17

1👍1

bugest::size_S

Compatibility issue with the other official client libraries

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 impression was very promising with the PHP client. But I see the …

mustafa519mustafa519 · 2024-02-08 · 2 · #19

waiting

Typings

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

TomMettamTomMettam · 2024-02-08 · 1 · #20

waiting

UtilsApi sql issues with multiple queries

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 SELECT id, content_type, content_id, title, type FROM main WHERE MATCH('text') …

marz0405marz0405 · 2025-06-12 · 6 · #23

SearchResponse and SearchResponseHits do not reflect actual return keys

I'm building a new project using this library (great work Manticore team!). I'm using Typescript, so i made the effort to declare custom types for this library alone. After the initial setup, i've noticed that SearchResponse and SearchResponseHits have …

LamarckeLamarcke · 2023-12-06 · 3 · #18

The module does not work with Node.js

Node.js v18.9.1 OS: Win 11 Code: const Manticoresearch = require('manticoresearch'); const client = Manticoresearch.ApiClient(); client.basePath = "http://localhost:9308"; Result: client.basePath = "http://localhost:9308"; ^ TypeError: Cannot set …

DaerenDaeren · 2022-10-13 · 1 · #15

bug

Transaction in SQL over HTTP?

The Manticoresearch documentation says, that HTTP connection supports Keep-Alive header (src). Is it possible to use transactions in SQL over HTTP in this case? If this is possible, then you need to somehow pass the superagent instance to the ApiClient. …

UtfCubeUtfCube · 2022-08-28 · 5 · #14

Incorrent behavior of JSON.parse for id

Execute of select id from table where id=8216118575463666095 returns {id: 8216118575463666000} This problem describes in https://stackoverflow.com/questions/18755125/node-js-is-there-any-proper-way-to-parse-json-with-large-numbers-long-bigin Bellow …

egorkazantsevegorkazantsev · 2022-05-10 · 2 · #13

Preventing SQL injection - How to securely pass in user input for the match query using the utilsApi?

The documentation provides this example: const Manticoresearch = require('manticoresearch'); const client = new Manticoresearch.ApiClient(); client.basePath="http://127.0.0.1:9308"; const searchApi = new Manticoresearch.UtilsApi(client); async function() …

mitchdowneymitchdowney · 2022-03-31 · 2 · #12

How to set the manticoresearch server?

How do you define the baseUrl for the SearchApi?

DreamystifyDreamystify · 2021-04-26 · 5 · #9

Always getting total = 0 when making a UtilsApi query

I'm using v2.0.3. I have a query like this: const result = await utilsApi.sql(` SELECT * FROM idx_media_ref WHERE match('*${searchTitle}*') ORDER BY weight() DESC, ${orderByColumnName} ${orderByDirection} LIMIT ${skip},${take} OPTION ranker=expr('sum(lcs* …

mitchdowneymitchdowney · 2022-03-25 · 1 · #11

How to use it in React?

Hello. I would like to use this wonderful tool in React. How can I make it available in React?

nw-engineernw-engineer · 2023-07-12 · 1 · #16