Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asset Volume Indexing? #10

Closed
national-mjudge opened this issue Feb 13, 2020 · 1 comment
Closed

Asset Volume Indexing? #10

national-mjudge opened this issue Feb 13, 2020 · 1 comment

Comments

@national-mjudge
Copy link

national-mjudge commented Feb 13, 2020

Hi there, this is a great plugin to make connecting to Elasticsearch easier, however we are developing a site that will have a lot (over 1000) of PDF files stored in Craft asset volumes, as well as regular page entries. The plugin doesn't appear to enable indexing of asset volumes at present.

Would it be possible to include asset volumes in the indexing data sent to Elasticsearch, either through some code in a module, or by modifying the plugin?

Some of these assets have additional content fields added through Craft, so it would also be great to include those fields in the indexing, as well as the filename and url.

We are presuming that Elasticsearch would be able to read the content of the PDF files, via the Ingest plugin.

@nstCactus
Copy link
Member

Sorry for the late reply.

Version 1.4.0 is out and add assets indexing. At the moment its rather basic: it just indexes all assets from all volumes.

To add support for custom fields, follow these steps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants