Dustin Neill
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 5
Activity overview
Latest activity by Dustin Neill-
Dustin Neill created a post,
Using Regex in realtime recommendations filtering
In the documents for the realtime recs filter there is this text: value: Parameter for filter value by condition. Regular-expressions are not supported for realtime filters (can and should be add...
-
Dustin Neill commented,
Yay! great news, I'd also like to put my hand up for beta testing.
-
Dustin Neill commented,
Jordan Tidwell I only use it on static elements on a page as more of a post-implementation method to avoid making changes to the code base. Your method sounds a lot more robust.
-
Dustin Neill commented,
Hey Jordan, I'm not sure if this will help you but I've had some success using mutationObservers to watch for DOM changes in a react app when it's not necessarily a full-page transition. Just make ...
-
Dustin Neill created a post,
Question on Return Recommendation Realtime Filter Data
I was playing with this API and I was wondering what the following rule does. "isContextAware": false From what I can tell if I set it to true it changes the query conditions below into an OR inste...
-
Dustin Neill commented,
Thanks, that’s perfect. Yep aware of the fallback but prefer not to show most popular on PDP because it’s not relevant to the product and could cause mistrust in the recommendations. If we do show...
-
Dustin Neill created a post,
Evaluator for product not in feed?
Is it possible to create an evaluator that can check if the product on PDP is available in the feed? The use case is we’d like to exclude product recommendations from appearing when the product is...