8 Replies
like-goldOP•3y ago
setFilters([{
field:"patient_name",
value:e.target.value,
operator:"startswith"
}])
equal-jade•3y ago
Filter support depends on the data provider
like-goldOP•3y ago
hasura data provider
equal-jade•3y ago
Nice, let me check
Can you open an issue for this? I just checked and yeah Hasura is missing
startswith
and endswith
filters but we can add thoselike-goldOP•3y ago
i dont have an idea like how to raise an issue
equal-jade•3y ago
Here's a list of active issues for refine on GitHub https://github.com/pankod/refine/issues
You can create a new one by clicking on the
New Issue
button 🚀Hey @rehan1 👋 ,
We've released
@pankod/refine-hasura@4.15.0
🎉like-goldOP•3y ago
thanks ill try now
its working now thanks