Amin Alaee
Amin Alaee
[This](https://github.com/aminalaee/sqladmin/issues/635#issuecomment-1760374416) seems like a good solution, implemented in https://github.com/aminalaee/sqladmin/pull/757
So if I understand correctly the line causing the issue is `admin, request = args[0], args[1]` right?
I think adding a check to get it from args or kwargs, and see if it solves the integration with the rest of the code. Feel free to create a...
Hey, not sure if I get your question right. I can think of two points: - Use can use `Admin(base_url=...)` to configure the URL. - In your app you don't...
Anyway if you want to do that you can just modify admin.app which is just another FastAPI app so you can do any config you want.
I haven't tested this before, doesn't setting this work? ``` admin.app["root_path"] = ... ```
@logicli0n Sure. Are you setting root path with admin.app.root_path ? Or on your main app?
Hey @jarojasm95 , I think it might even be better to apply this change to automatically ignore the unhandled models. As for the long term I'm still not sure how...
Yes, that would be great.
I still think using a jQuery library for creating more complex filters is more useful, it is more work for sure, but we could replace this search API with another...