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

Recent comments

🇫🇷France izus

in a node index, all the content from "node indexed fields" and extracated files is merged in one "document" that is searched : and so it answers: you're interested in node 42 and node 56.
of course the view mode of the search results can be configured to list files but no smart/performant way i know to filter only those containing the searched keywords
in the other side, a file index can do the job but no smart/performant way i know to attach the parent node and even if it is done, the pdf can belong to many nodes of many node types and we should be sure of the one to render...

🇫🇷France izus

here is a rebased patch with the hook_uninstall renamed.
i tested it locally and t works

🇫🇷France izus

this is now merged and new version is published
thanks a lot

🇫🇷France izus

this is now merged
10.0.5 was published and warning added to 10.0.4 as suggested
many thanks ericgsmith

🇫🇷France izus

ok
that was because we assume private files scheme is available, but that is not always true :)
fixed it in https://www.drupal.org/project/search_api_attachments/releases/10.0.4
just run update.php or drush updb

🇫🇷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

The release 10.0.1 has this in

🇫🇷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

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

Production build 0.71.5 2024