Tutorials
Magento Order State vs Order Status

Understanding Order Processing in Magento In the context of Magento, an e-commerce platform, "Order State" and "Order Status" are essential concepts that govern the lifecycle of customer orders. While they are closely related, they serve distinct roles in managing the progression of orders through various stages. Order Status: Presenting Order Progress "Order Status" in Magento […]

Read more
Elastic Search
How to Enable 'eq' Filter GraphQL Search for an Custom Attribute of Type Text in Magento 2

Generally there are 3 types of filter that you can use with graphql search and these filter type depends upon your attribute configuration. FilterEqualTypeInput - Input type is set to Yes/No, Select, or Multiple select. Your filter can contain the eq or in attribute. Use the eq attribute to exactly match the specified string. Use the in attribute to filter on a comma-separated list […]

Read more