Announcement

Collapse
No announcement yet.

Quick Order Number of Search Result

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Quick Order Number of Search Result

    How many search results will be listed in the Search for product field? It looks like it might be 30. I have a store owner who would love to see everything available in the results.

    FYI, she is already loving using it but is now needing it to do a bit more.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    lesliekirk The maximum number of results listed will be determined by the User Interface > Global Settings > Search Settings > Maximum Results value

    The results will only show all the products if they all meet the search results query and the Searchable Fields settings. So if you search "red" only the products that have the word "red" in a searchable field settings will return. So if you have code, name, sku and description enabled in Searchable Fields and "red" is not in any of that data for the product it will never show.



    Nicholas Adkins
    Technical Training Specialist / Miva, Inc.
    [email protected]
    https://www.miva.com/mivalearn

    Comment


      #3
      Originally posted by Nick View Post
      lesliekirk The maximum number of results listed will be determined by the User Interface > Global Settings > Search Settings > Maximum Results value

      The results will only show all the products if they all meet the search results query and the Searchable Fields settings. So if you search "red" only the products that have the word "red" in a searchable field settings will return. So if you have code, name, sku and description enabled in Searchable Fields and "red" is not in any of that data for the product it will never show.


      Okay, I checked there before posting. Maximum Results: is set to 0 (0 = unlimited). There are 412 active products with the term I searched for but the search results only displayed 30. I tried it with another term, there are 321 active products with the term, it returned 30.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        lesliekirk my apologies, it looks like the number of results is controlled by the quick order JS here: https://github.com/mivaecommerce/sha...-order.js#L145

        You would need to update that value to show more results.
        Nicholas Adkins
        Technical Training Specialist / Miva, Inc.
        [email protected]
        https://www.miva.com/mivalearn

        Comment


          #5
          Originally posted by Nick View Post
          lesliekirk my apologies, it looks like the number of results is controlled by the quick order JS here: https://github.com/mivaecommerce/sha...-order.js#L145

          You would need to update that value to show more results.
          Nick - no worries. Thanks for the info - would this mean another struggle for me to create a "new" component? If it's just the js file I "might" be able to do it
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            Some client management a good idea here Leslie. The number of results impacts performance, so "all" could turn into a mess pretty quickly, and my gut is that in practice if users don't find what they want in the first 30 they'll give up and try another search.
            __________________________________________________

            Keifer Hunniford | MIVA

            Comment


              #7
              Originally posted by Keifer Hunniford View Post
              Some client management a good idea here Leslie. The number of results impacts performance, so "all" could turn into a mess pretty quickly, and my gut is that in practice if users don't find what they want in the first 30 they'll give up and try another search.
              Sure, I understand that there are going to be performance issues with being able to list 400+ products. I also understand these new tools are meant to make life easier for the store owner and the store users so I shared what this particular client felt would make this component useful to her and her customers (which she knows best).
              Leslie Kirk
              Miva Certified Developer
              Miva Merchant Specialist since 1997
              Previously of Webs Your Way
              (aka Leslie Nord leslienord)

              Email me: [email protected]
              www.lesliekirk.com

              Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

              Comment


                #8
                Originally posted by Nick View Post
                lesliekirk my apologies, it looks like the number of results is controlled by the quick order JS here: https://github.com/mivaecommerce/sha...-order.js#L145

                You would need to update that value to show more results.
                Thanks again Nick - I was able to make the tweak https://www.celebrate365.com/quick-order-form.html (yes I did create a new component for it). You're gonna drag me over to the coder side whether I want to or not ain't ya?
                Leslie Kirk
                Miva Certified Developer
                Miva Merchant Specialist since 1997
                Previously of Webs Your Way
                (aka Leslie Nord leslienord)

                Email me: [email protected]
                www.lesliekirk.com

                Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                Comment


                  #9
                  Nick I've noticed what might be a glitch or perhaps a bug in the Quick Order. If I try to click the View Product link it gives a "Product not found". To make sure that my tweak didn't cause this I tested it on another store. Can you double check it?
                  Leslie Kirk
                  Miva Certified Developer
                  Miva Merchant Specialist since 1997
                  Previously of Webs Your Way
                  (aka Leslie Nord leslienord)

                  Email me: [email protected]
                  www.lesliekirk.com

                  Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                  Comment

                  Working...
                  X