o
    <#d                     @   sz   d dl Z d dlmZmZmZmZ d dlmZmZ d dl	m
Z
 d dlmZ d dlT d dlZe Zeddefd	d
ZdS )    N)	APIRouterRequestBodystatus)DictList)jsonable_encoder)JSONResponse)*z/get_product_name/{filter}requestc                    sj   | j j }|dkr|d}n|d|}g }|jdkr3|D ]}||d |d d q"|S g S )N0zselect top 20 PAT.Name,PT.ProductId from ProductTranslation PT inner join ProductAdditionalTranslation PAT on PT.ProductAdditionalTransId = PAT.ProductAdditionalTransIdzselect top 20 PAT.Name,PT.ProductId from ProductTranslation PT inner join ProductAdditionalTranslation PAT on PT.ProductAdditionalTransId = PAT.ProductAdditionalTransId where name like '{}%'r      )Zproduct_name
product_id)appmssqlcursorexecuteformatrowcountappend)r   filterr   rowsZproduct_datarow r   7D:\Vignesh\Freelance\Astroved\api_v1\routes\products.pyget_product_name   s    

r   )arrowfastapir   r   r   r   typingr   r   fastapi.encodersr   fastapi.responsesr	   
lib.commonjsonroutergetr   r   r   r   r   <module>   s    