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

44 results 13 ms in manticoresoftware/manticoresearch-javascript

Replacing json-bigint with another lib

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

est::size_S

Done in https://github.com/manticoresoftware/openapi/commit/ca28175f7fa5146a749177063d3078630df319ce

Nick-S-2018Nick-S-2018 · 2025-07-10

UtilsApi sql issues with multiple queries

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

When I run this query I get the results as expected Pls provide the code you use to run this query.

sanikolaevsanikolaev · 2025-03-14

UtilsApi sql issues with multiple queries

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

The code used to run all the queries is var res = await utils.sql(<query here>);…

marz0405marz0405 · 2025-03-15

Security warning from Depandabot

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

est::size_S

There isn't a newer version than 1.0.0 according to https://www.npmjs.com/package/json-bigint?activeTab=versions What was the problem with version 1.0.0?

sanikolaevsanikolaev · 2024-11-01

Security warning from Depandabot

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

est::size_S

It has to do with our clients keeping bigints as strings which, for some reason, stopped working together with parsing all numbers by default in 1.0.0 ( that was covered here )

Nick-S-2018Nick-S-2018 · 2025-05-13

UtilsApi sql issues with multiple queries

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

It looks to be related not to the client, but to Manticore Buddy. I've opened another issue https://github.com/manticoresoftware/manticoresearch-buddy/issues/507 to fix this.

Nick-S-2018Nick-S-2018 · 2025-03-18

UtilsApi sql issues with multiple queries

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

Hi, is there any update on this?

marz0405marz0405 · 2025-04-16

UtilsApi sql issues with multiple queries

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

We're still working on the related issue which should fix this one too.

Nick-S-2018Nick-S-2018 · 2025-04-17

UtilsApi sql issues with multiple queries

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

Fixed in https://github.com/manticoresoftware/manticoresearch-buddy/pull/539

Nick-S-2018Nick-S-2018 · 2025-06-12

How to use it in React?

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

Hello, Unfortunately, you cannot use this client with React, as it is. You would need to generate a separate ts client with the OpenAPI generator. Here is its Github repo We welcome cooperation, so if you're interested in the subject, you can generate and …

Nick-S-2018Nick-S-2018 · 2023-07-12

Always getting total = 0 when making a UtilsApi query

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

➤ Nick Sergeev commented: No, the query is ok. This problem did exist in Manticore 4.2.0, irrespective of client. It's fixed now in 4.2.1 (dev version) so you can use it to avoid the issue.

githubmanticoregithubmanticore · 2022-03-25

1👍1

How to set the manticoresearch server?

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

Added in Readme.md at 63444738633e8d73e07cfa5bdeedd8b7c252ec2d

adriannutaadriannuta · 2020-11-24

Transaction in SQL over HTTP?

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

➤ Nick Sergeev commented: We've added the requestAgent option information to the client's README

githubmanticoregithubmanticore · 2022-08-28

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

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

➤ Nick Sergeev commented: As of now, Manticore doesn't support parametrized queries, so, to ensure safe user input, you've got to use query escaping in your JS app before calling SearchApi.sql method.

githubmanticoregithubmanticore · 2022-03-31

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

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

@githubmanticore ok thank you. I ended up using https://www.npmjs.com/package/sqlstring with our SearchApi.sql queries.

mitchdowneymitchdowney · 2022-03-31

SearchResponse and SearchResponseHits do not reflect actual return keys

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

Thanks for noticing this. We'll need to review the code style. BTW have you considered using the typescript client we added recently?

sanikolaevsanikolaev · 2023-10-16

SearchResponse and SearchResponseHits do not reflect actual return keys

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

Thanks for noticing this. We'll need to review the code style. BTW have you considered using the typescript client we added recently? Wow, i honestly didn't know about that! Great work! It's not listed in the main Manticore page, so i didn't know about it …

LamarckeLamarcke · 2023-10-16

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

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

1👍1

bugest::size_S

…Hi id that searchApi.search returned - '3316996940775817220' (auto-generated on insert) Manticore shouldn't auto-generate negative IDs. How can I reproduce this?

sanikolaevsanikolaev · 2023-10-06

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

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

1👍1

bugest::size_S

Sorry if I wasn't clear enough, but it's a hyphen, not a negative number.

DattayaDattaya · 2023-10-06

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

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

1👍1

bugest::size_S

Wrt to implementation, one way to do it would be to return BigInts from queries (they’re safe to use, because 64 bit integers are supported since Node 10.5) instead of strings and then serialize those fields with a custom JSON stringifier like json-bigint …

DattayaDattaya · 2023-10-13

1👍1