Vlad Shishko

Results 5 comments of Vlad Shishko

Small investigation show, that this happens here https://github.com/dunglas/frankenphp/blob/main/build-static.sh#L35-L53. Obvious, here is no git repo ``` 86bb8340f495:/go/src/app# ls -la total 184 drwxr-xr-x 1 root root 4096 Mar 27 00:19 . drwxrwxrwt...

This is my example query ``` omitHeader=true wt=json json.nl=flat q=name_s:Motorhacken start=0 rows=1000000 fl= fq=id:document_* ``` and there is question about fields naming, i have `name` in solr instead of `name_s`;...

problem that in query by 'name' property i have additional fq=id:document_*, but my id field have no prefix 'document_'

Yep, but qb functionality so sweet. is it possible to add inside annotation parameter name, like in doctrine, to connect it with already exists fields in solr?

But does it make sense to handle this situation with bundle(make fork?) of try to switch to some custom solution? What is your advice?