You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rationale for this is to make it easier to build refiners - for example I want to make a refiner to imply any reference to "tomorrow" to 12:00pm, but then tomorrow night is set to 12:00pm, even though we're only using imply and not assign
So basically I want to check for "tomorrow night", "tomorrow evening" and so on, and exclude them from the refiner logic - but it would be a lot better to have a complete list provided by the package rather than to write them down myself and hope I got them all (and then ideally check again when the package updates.)
The text was updated successfully, but these errors were encountered:
The rationale for this is to make it easier to build refiners - for example I want to make a refiner to imply any reference to "tomorrow" to 12:00pm, but then
tomorrow night
is set to 12:00pm, even though we're only usingimply
and notassign
So basically I want to check for "tomorrow night", "tomorrow evening" and so on, and exclude them from the refiner logic - but it would be a lot better to have a complete list provided by the package rather than to write them down myself and hope I got them all (and then ideally check again when the package updates.)
The text was updated successfully, but these errors were encountered: