Open MarinPostma opened 2 years ago
Hey @BurntSushi,
We are awaiting this PR to be merged on the Meilisearch side. It doesn't introduce any breaking change and I am sure the changes that Marin is introducing here are just small oversights that you probably forget about. The library should expose those Automaton
states for caller libraries to be able to work correctly.
Could you please take a small look at it?
Cheers,
This pr implements clone for the helper automaton states (
StartWithState
,UnionState
,IntersectionState
, andComplementState
), so we can use these automatons withsearch_with_state
.I have also made the inner automatons public.