{"section":"known-issues","requestedLocale":"en","requestedSlug":"feed-hook-indexing-feature-skipping-events-in-fromorders-filters","locale":"en","slug":"feed-hook-indexing-feature-skipping-events-in-fromorders-filters","path":"docs/en/known-issues/Order Management/feed-hook-indexing-feature-skipping-events-in-fromorders-filters.md","branch":"main","content":"## Summary\n\n\nWhen you configure the Feed/Hook filter, you define which order updates should be displayed in the feed. Two types of filters can be used in the feed: FromWorkflow and FromOrders.\n\nUsing the FromWorkflow configuration, you can only filter order updates by status.\nAnd FromOrders allows you to filter updates in your feed by any property in the order JSON document.\n\nBut on FromOrders expression when there is a dynamic property on filter, as status for example, this makes the indexing for Orders skips some order versions.\nAnd it can results in no notifications for feed/hook when it should be happened.\n\n\n##\n\n## Simulation\n\n\nSet an expression of FromOrders with order status, and many possibilities as sales channel, sequence number and another conditions.\n\nIt can be not notified due dynamic info as order status.\n\n\n##\n\n## Workaround\n\n\nThe recomendation for cases like this, is to remove that part dynamic of the filter and handle this externally.\nIf the dynamic info is the main point as order stauts, they should use the FromWorkflow option."}