rivantsov / vita

VITA Application Framework
MIT License
59 stars 15 forks source link

Anybody using QueryFilter ? #235

Closed rivantsov closed 4 months ago

rivantsov commented 6 months ago

Question to everybody - does anybody use QueryFilters? (see TestLinqQueryFilters test); specifically the variation with getting value from OperationContext, like "BookCat" value in the test. I am looking at revising it, maybe cutting off. Seems like too much complexity added with little effect. If you use it for multi-tenant functionality, then it will be replaced with new Multi-tenant functionality I am designing. Please let me know. thanks

jasonlaw commented 6 months ago

No, not using it. Thanks.

rubenalves commented 6 months ago

I do not use it also.