Ishan

Results 19 comments of Ishan

@jamienicholls As I can see from the comment of the author above "**This is on my list for upcoming features "providing a simple workaround for restoring the full index including...

@lostdesign, Hi, For the time being its a good solution. Thank you for the reminder.

Hi, Thank you for the answer. 01. Can I use an array for the field? ex: ``` var result = index.search([{ field: ["title", "subTitle", "content"] query: "some query" },{ field:...

Hi @OsamaAbbas, Thank you for the reply. I ran the suggested command and it still fails the operation. However, I created a minimal repo in the following: https://github.com/ishanuda/nestjs-ncc-bytenode NOTE: I...

Thank you very much, I also updated the commands needed for your reference in case you needed.

Hi, Sorry for my bad, There should be an env file that I ignored in the commit. I have updated the env file so that the validation will pass while...

Hi, Thank you for the response, Yes, the dependency resolving problem is a common one if we did not inject a service before it is used in any other resources...

Hi, I will try to debug further and get back here soon with findings. Thank you very much for your support and information

Hi @OsamaAbbas, I did import one module at a time in the app module and compiled the code and it works. It seems that importing multiple modules in the app...

Hi @AwesomeSam9523 , I am sorry I was away for a while, Thank you for the advice. Could you please explain how to do it or modify the given example...