googleapis / googleapis/google-api-nodejs-client

Full text search doesn't work when using 'in parents' option

Aperta
#3,443 1 commento 0 reazioni 1 assegnatario Rivendicata da @sofisl Vedi su GitHub
priority: p2 type: bug
Lingua principale
TypeScript
Stelle
12.2k
Fork
2k
Merge medio
1g 9h
PR unite (30g)
24

Descrizione

Thanks for stopping by to let us know something could be better!

Environment details

Programming language: go
OS: MacOS, Linux
Language runtime version: 1.21.6
Package version: v0.167.0
Steps to reproduce

Make a query with full text search that searches inside Google Docs file and add "in parents" option.
Such as

Query:

`fullText contains 'часом знемагаю' and trashed = false and mimeType = 'application/vnd.google-apps.document' and '1234567' in parents`

Result:

```
{
"files": []
}
```

Result is empty files list. But if remove "in parents" part and make another search I get this file. And that file has an ID in parents field.

Query:

`fullText contains 'часом знемагаю' and trashed = false and mimeType = 'application/vnd.google-apps.document'`

Result:

```
{
"files": [
{
"parents": [
"1234567"
]
}
]
}
```

Interesting part is that it returns file if full text search query contains words from file's name.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.