Oleksa
Oleksa
Hi! Everytime I am performing the search operation I see in the logs the warning messages: Eg, if I search "dir", I am getting: ``` [{"file":"\/var\/www\/html\/nextcloud\/apps\/files_fulltextsearch\/lib\/Service\/SearchService.php","line":272,"function":"getFileFromId","class":"OCA\\Files_FullTextSearch\\Service\\FilesService","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/apps\/files_fulltextsearch\/lib\/Service\/SearchService.php","line":232,"function":"setDocumentInfo","class":"OCA\\Files_FullTextSearch\\Service\\SearchService","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/apps\/files_fulltextsearch\/lib\/Provider\/FilesProvider.php","line":359,"function":"improveSearchResult","class":"OCA\\Files_FullTextSearch\\Service\\SearchService","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/apps\/fulltextsearch\/lib\/Service\/SearchService.php","line":203,"function":"improveSearchResult","class":"OCA\\Files_FullTextSearch\\Provider\\FilesProvider","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/apps\/fulltextsearch\/lib\/Service\/SearchService.php","line":166,"function":"searchFromProviders","class":"OCA\\FullTextSearch\\Service\\SearchService","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/apps\/fulltextsearch\/lib\/Search\/UnifiedSearchProvider.php","line":139,"function":"search","class":"OCA\\FullTextSearch\\Service\\SearchService","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/lib\/private\/Search\/SearchComposer.php","line":159,"function":"search","class":"OCA\\FullTextSearch\\Search\\UnifiedSearchProvider","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/core\/Controller\/UnifiedSearchController.php","line":101,"function":"search","class":"OC\\Search\\SearchComposer","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":230,"function":"search","class":"OC\\Core\\Controller\\UnifiedSearchController","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php","line":137,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/lib\/private\/AppFramework\/App.php","line":183,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/lib\/private\/Route\/Router.php","line":315,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"\/var\/www\/html\/nextcloud\/ocs\/v1.php","line":64,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"\/var\/www\/html\/nextcloud\/ocs\/v2.php","line":23,"args":["\/var\/www\/html\/nextcloud\/ocs\/v1.php"],"function":"require_once"}] GET /ocs/v2.php/search/providers/fulltextsearch/search?term=dir&cursor=10 ``` What...
Typically, when searched for some document with the help of the universal search the document is opened, but not the location. This PR will allow open files directly from the...
Please, add the Ukrainian localisation. Here is the archive with the js and json files, just place them in the folder l10n of the package. [uk.zip](https://github.com/nextcloud/files_fulltextsearch_tesseract/files/12838226/uk.zip)
Hi! Please, add the translation template for the app to the transifex localisation tool. See more at https://docs.nextcloud.com/server/latest/developer_manual/basics/front-end/l10n.html
Please, add the views functionality to the NC Tables for Android, as it is one of the main features to display data in a format requested by users.
### Is your feature request related to a problem? Please describe. When opening app an unintended guest may see sensitive data on the screen. It is not good in terms...
Updates in regard to https://github.com/thunderbird/thunderbird-website/issues/548
It is not possible to understand when the operation is finished and the new OCRed file appeared, apart of refreshing-refreshing-refreshing the page. Please, add the nextcloud wide notification which shows...
After the update from 27.1.x to 28.0.5 I found that there are some exhaustive artefacts of icons in the settings window, see below: 
I found that the UI of selecting the log level is a bit broken: the button to upload the log file is not shown according to the UI theme. ...