Ignacio Revuelta

Results 13 comments of Ignacio Revuelta

Hello! We are experimenting the same error, but with the top level config: ```js (node:36814) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'factory' of undefined at ModuleContainer.feed (/company-site/node_modules/@nuxtjs/feed/lib/module.js:24:27) at ModuleContainer.addModule (/company-site/node_modules/@nuxt/core/dist/core.js:235:34) at...

We get the same error in the same conditions as @belvederef reported. Is there any update on this?

Same problem here, This is keeping us from moving into V2, as our Content Managers cannot work and create the stories as they used to. Things that we noticed that...

I'll join the request for subscript and superscript. We are also missing this and we have no way to workaround it

Hello @Haroenv, thank you very much for jumping in! Here is the [sandbox](https://codesandbox.io/s/4dvnp?file=/pages/index.vue:541-591) you requested. #### Test Context: The page should load some resources of our site (ebooks). It should...

Hello @Haroenv. Could you provide an example of how to apply what you described that fits the code I provided? Because I am having trouble understanding how to apply what...

@Haroenv thanks for the quick reply. I was not aware of this information you shared. Our implementation of Algolia was done by someone else before me and I lack documentation....

@Haroenv thank you for the code example, however I see the issue still happening. It does take the filters, but only on client side, but on server side the data...

From my understanding the only way to achieve this would be to allow `findResultsState()` to accept [search parameters](https://www.algolia.com/doc/api-reference/search-api-parameters/). (But I do not know what disadvantages that might have on other...

`What I think is likely going wrong in the example I made is that on the server the props/parameters aren't correctly forwarded (maybe related to cloneComponent?)` Yes, that is correct....