Closed SlimenTN closed 4 years ago
Sorry, but we try to keep github issues for feature requests and bugs only.
but no one is answering there !
but no one is answering there !
And no one will answer here.
in the documentation they said set global_search="false"
but it's not working !
where should look for an answer then ?
in the documentation they said set
global_search="false"
but it's not working !
That's not what the documentation is saying: https://symfony.com/doc/master/bundles/SonataAdminBundle/reference/search.html
where should look for an answer then ?
- Use StackOverflow for general support and help others as well
- Join #sonata on the symfony-devs slack for immediate
https://stackoverflow.com/questions/54125748/sonata-admin-bundle-exclude-custom-admin-from-global-search this question was posted years ago and nobody answered if I open another one they will mark it as duplicated tell more about getting help from stackoverflow .
Feature addressed at #6609.
Sorry for this but I had to ask, because I can't find an answer anywhere and this guy asked this question years ago and nobody answered https://stackoverflow.com/questions/54125748/sonata-admin-bundle-exclude-custom-admin-from-global-search
I have an admin without entity and I want to exclude it from global search to avoid
Class not found exception
I've addedglobal_search="false"
insidetag
but it didn't work: