I noticed that when I use :Telescope lsp_workspace_symbol query=xxx I only get results of type class, in other words it only find classes with that xxx in the name, but not methods, fields, constructors, packages, etc.
When I use :Telescope lsp_document_symbol it will find classes, methods, fields, etc. but not when using :Telescope lsp_workspace_symbol or :Telescope lsp_dynamic_workspace_symbol.
Why is that? Is it a limitation of the language server eclipse.jdt.ls/jdtls or it's a limitation of the lsp client nvim-jdtls? Or did I misconfigure something?