Image search system
-
Hello, how the image search system works in bagisto ?
i'm trying to figure out from the routing and i find the function called uploadSearchImage in SearchRepository filesince bagisto using tensorflow.js to process the image, but i can't find where did bagisto called the function and send the image uploaded from tensorflow.js, since the uploadSearchImage is just store the image to storage folder,
so where i can find the function that send the image uploaded to tensorflow.js ?
-
Hi @darkuser123,
You need to check this file,
packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php
On line around 368, you will find
image-search-component
. Just check here, I hope this will help you.