Account created on 22 May 2009, almost 16 years ago
#

Recent comments

🇫🇷France izus

i think your need here is to make a view to search for nodes of type "Document" not a view based on files .
and then find results searching keys that are attached to the node type "Document".
Please see "SIMPLE USAGE EXAMPLE 1" in README file. it has the same case but with article content type. but it looks like what you need.
hepe it helps

🇫🇷France izus

will be there when 10.0.4 will be released

🇫🇷France izus

this is now merged
thanks

🇫🇷France izus

as per #68 i tested this locally and it works.
This is now merged
Please feel free to open new issues for enhancements suggested above and any other suggestion related to this feature.

A big Thank you all for making this possible and for all your contributions.

🇫🇷France izus

i tried it today and worked like a charm.
i can't reproduce this bug

🇫🇷France izus

hi,
i configured the exclusion of txt files
i cleared and reindexed items
and then it works : words in text files can no more return results

🇫🇷France izus

duplicate of https://www.drupal.org/project/search_api_attachments/issues/3474910 Drupal 11 Ready Needs review

🇫🇷France izus

THis is now merged
thanks

🇫🇷France izus

Thanks
can you please open à merge request for that

🇫🇷France izus

Thanks for this contribution
looks like it needs a rebase to be mergeable

🇫🇷France izus

hi,
thanks for this work
did you test the case where we have many file fields :
example :
field1 with one.pdf
and
field2 with two.pdf
does the extra field behave well to display both of pdf content in a single view mode ?

🇫🇷France izus

actually all these steps are documented in the README, please feel free to reopen and add the any documentation you find useful

🇫🇷France izus

i thinks this is due to code deprectaion. drupal_get_path() is deprectated :
https://www.drupal.org/node/2940438
we need a little patch here

🇫🇷France izus

FWIW,
there is a field formatter that lets you show the extracted text
the extraction result is cached with key "search_api_attachments:$file_id" (See extractOrGetFromCache)

🇫🇷France izus

yes of course, this is what i meant, have an option to let the admin decide if they want to store on database (as currently) or in the file system (as dne by the patch)

🇫🇷France izus

We just need to let user choose to keep storing in database or in files (depending on their needs and possibilities), so an option on that would be great

🇫🇷France izus

ok,
never tested it in Windows.
Maybe the path to Java should be adapted too : default is 'java' Please try adapting it too in tika extractor configuration

For more debug :
the file concerned is https://git.drupalcode.org/project/search_api_attachments/-/blob/8.x-1.0...

The error occurse when the following command is run:

tika_executable -jar tika_executable

to here the patch to tika and the path to java should be correcte and executable

🇫🇷France izus

try a relative path depending on your folder structure?
i would say sth like ./tika//tika-app-2.9.1.jar or ../tika//tika-app-2.9.1.jar
for debug, you can also try with a full path starting by /

🇫🇷France izus

patch #35 worked fine for me
Thanks

🇫🇷France izus

hi,
i had the same need and i released a contributed module for it. Drupal 9 and Drupal 10
you may want to try it : https://www.drupal.org/project/imce_multiple_roles_folders

🇫🇷France izus

hi,
i had the same need and i released a contributed module for it.
you may want to try it : https://www.drupal.org/project/imce_multiple_roles_folders

🇫🇷France izus

hi,
i had the same need and i released a contributed module for it.
you may want to try it : https://www.drupal.org/project/imce_multiple_roles_folders

🇫🇷France izus

In our case we :

1) Disabled xdebug
2) Restarted php-fmp

and it Worked :)

Production build 0.71.5 2024