Git Product home page Git Product logo

Comments (7)

zandiarash avatar zandiarash commented on July 30, 2024 3

I have same problem too

from irisstore.

MehdiSaeedifar avatar MehdiSaeedifar commented on July 30, 2024 1

ممنون بابت گزارش.

from irisstore.

zandiarash avatar zandiarash commented on July 30, 2024

من باب یاد آوری : بی زحمت این متن رو کپی کنید تو یه ادیتور ، با فشردن هم زمان کنترل سمت راست و شیفت سمت راستی راست چین کنید و بعد بخونید

جناب مهندس سعیدی فر ، ممنون بابت پروژه کامل و جالبی که گیت هاب گذاشتید تا بقیه هم استفاده کنن.
اخیرا دانلود کردم و دارم روش کار میکنم،
قسمت paging کالا ها کار نمیکنه و دلیلش رو من میدونم اما نتونستم اصلاح کنم.
توی servicelyer فایل product service متد SearchProduct
این خط
return await productsQuery.Skip((searchModel.PageNumber - 1) * searchModel.PageSize)
.Take(searchModel.PageSize)
.ProjectTo(null, _mappingEngine).ToListAsync();

باید اینجوری بشه

return await productsQuery.ProjectTo(null, _mappingEngine).ToListAsync();

که وقتی topagedlist میشه بفهمه کلا چند صفحه محصول داریم.
اما با این کار هم باگ میخوره چون بعد از اینکه یه بار پیج بعد زدیم و محصولات جدید بصورت ای جکس جایگزین شدن دیگه فایل search-product.js بلا استفاده میشه چون live نیست

شما راه حلی دارید برای این اسکریپت ؟

from irisstore.

amir3164 avatar amir3164 commented on July 30, 2024

سلام اقای سعید نتونستی مشکل بالا رو حل کنید؟ با سپاس

from irisstore.

MehdiSaeedifar avatar MehdiSaeedifar commented on July 30, 2024

سلام

شرمنده ی شرمنده، متاسفانه این روزا خیلی گرفتار هستم.
سعی خودم را می کنم تا هفته ی آینده مشکلش را حل کنم.

from irisstore.

amir3164 avatar amir3164 commented on July 30, 2024

سلام مهندس .
فرصت نکردید این باگ که عرض کردیم رو بر طرف کنید /سپاسگذارم

from irisstore.

MehdiSaeedifar avatar MehdiSaeedifar commented on July 30, 2024

بابت تاخیر عذر خواهی می کنم.

مشکل ذکر شده برطرف شد.
ممنون از دوستان بابت گزارش

from irisstore.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.