What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all, The readme of is pointing to a module documentat

UM9F81RCP
UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi all,
The readme of https://github.com/spryker/product-search is pointing to a module documentation that does not exist, can anyone please post a working link to the documentation
thanks

Comments

  • UK7KBE2JW
    UK7KBE2JW Posts: 463 πŸ§‘πŸ»β€πŸš€ - Cadet

    Hi, dunno for what you are looking, but you can take a look on the documentations: https://documentation.spryker.com/docs/mg-product-search

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer

    Like every other Spryker module πŸ˜‰

    I would recommend starting with https://documentation.spryker.com/docs/search

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    @UL6DGRULR except that the results you get are not really helpful

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    I searched there before I posted this message πŸ™‚

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    @UK7KBE2JW thanks for responding ... this is not what I was looking for, I saw it before. I was looking for more extended documentation about how to make attributes of a product searchable, I can dive into the code for hours and I can find it out, but I was expecting a bit more docs on the topic.

  • UK7KBE2JW
    UK7KBE2JW Posts: 463 πŸ§‘πŸ»β€πŸš€ - Cadet

    Yeah the best way is to search in the code instead of searching for documentation. Most of the time when i was searching something in the docs it was outdated or missing.

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer

    If you ask or state a problem the Spryker community might be able to help you. If your question is to get a link to the documentation, please don’t be disappointed if you get a link but not an answer to the question you had in mind.

    how to make attributes of a product searchable

    This is something I can answer:

    You need to add the attribute to https://documentation.spryker.com/docs/file-details-product-search-attributecsv and import the according file. This will make the attribute available in the search after triggering search events (vendor/bin/console event:trigger -r product_abstract & vendor/bin/console event:trigger -r product_concrete)

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    Thanks @UL6DGRULR I thought the module docs (if they existed) would include this info πŸ™‚ thats why I am asking for the main source ... because it can answer 100 questions not only my own ... but thanks this sounds promising ... I will try it πŸ‘πŸ»

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer

    Sadly all the module readmes are nearly useless as they point into the void since several years. So documentation.spryker.com should be the starting point for all questions.
    (This is something which bothered me too for a while now)

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited July 2021

    which makes the code really the best starting point πŸ˜…

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    do you guys have any idea about possible filter types for this file? besides single and multi selects ? is there something like ranges for numerical attributes?

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer

    I think ranges are supported (e.g.: for price filters) a numerical filter is not known to me.

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    are these filter type enumerated somewhere ?

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    to know what options one has?

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer
  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    thanks a lot

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer

    To see what possibilities exists you can use the Zed UI: https://documentation.spryker.com/docs/managing-search-preferences and play around with it.
    I do not have a running Zed with Elasticsearch here, as our current project is using FactFinder instead and so we removed all standard search features from Spryker

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    I see thanks

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    this is helpful