Mateusz
Mateusz
@parshureddy06 let's try this: ```js [{ "title": "hdbhcjdv", "vendor": "kjvfjlkvfd", "product_type": "vklfkvlkfd", "tags": "vfdbjh,dsvsdhjs,dshsdj,dhsghsd,dshjhds,dshfjdsh" }, { "title": "hdbhcjdv", "vendor": "kjvfjlkvfd", "product_type": "vklfkvlkfd", "tags": "vfdbjh,dsvsdhjs,dshsdj,dhsghsd,dshjhds,dshfjdsh" }, { "title": "hdbhcjdv", "vendor": "kjvfjlkvfd",...
Let's try `image` key instead of `src`. ```js [{ "title": "hdbhcjdv", "vendor": "kjvfjlkvfd", "product_type": "vklfkvlkfd", "image": "https://cdn.shopify.com/s/files/1/1849/4447/products/AKRC13c.jpg?v=1496908011", "tags": "vfdbjh,dsvsdhjs,dshsdj,dhsghsd,dshjhds,dshfjdsh", }, { "title": "hdbhcjdv", "vendor": "kjvfjlkvfd", "product_type": "vklfkvlkfd", "tags": "vfdbjh,dsvsdhjs,dshsdj,dhsghsd,dshjhds,dshfjdsh", "image":...
Also `"tags": ["vfdbjh", "dfadfaf"]` instead of `"tags": "vfdbjh,dfadfaf"` is more reliable although both should work.
@parshureddy06 I think it accepts lot of key-value, not sure how many but probably even more than hundreds. Not sure how about null values. Empty string should be fine.
Thank you for bringing this issue. After reviewing the issue, I have determined that this is not a bug, but rather an improvement request. At this time, ItemsJS does not...
It should work very well with alpha param. ``` javascript public function imagecopymerge_alpha($dst_im, $src_im, $dst_x, $dst_y, $src_x, $src_y, $src_w, $src_h, $pct){ // creating a cut resource $cut = imagecreatetruecolor($src_w, $src_h);...
Could you provide more info how to reproduce it ? Seems to be more general JavaScript or Vue + HTML problem than ItemsJS itself
Could you please provide a simple code which reproduces it ? It'd be helpful to test it out
This is an excellent suggestion. Implementing serialization of the search index could potentially result even a 10x performance improvement during reindexing operations, such as when a user refreshes the page....
The initial idea about ItemsAPI Starter is creating search application around one collection quickly. i.e.: - movies recommendation, - classified of used cars, books or clothes - catalog of companies...