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

Advanced search with offline indexer #3

Open
SeanDS opened this issue Jan 20, 2019 · 3 comments
Open

Advanced search with offline indexer #3

SeanDS opened this issue Jan 20, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@SeanDS
Copy link
Collaborator

SeanDS commented Jan 20, 2019

Use an indexer like Apache Tika to build keywords from posts, attachments (including PDFs etc.) and other data. Store this data as meta values associated with the items (i.e. posts, attachments, etc.). Add custom search form to search against these items in a smart way, and/or include this meta in the standard search.

This will be a major feature requiring a lot of work. It will require the sysadmin to install and maintain a separate package, and a way for ALP to send/receive data to/from it.

Add a settings page to allow the admin to configure which extensions should be indexed (e.g. pdf, xls, rtf, etc.)

To avoid having a user account for the indexer to be able to see posts etc. on private sites, add an additional authentication mechanism such as token-based authentication.

Don't expect this feature quickly...

@SeanDS SeanDS added the enhancement New feature or request label Jan 20, 2019
@SeanDS
Copy link
Collaborator Author

SeanDS commented Jan 20, 2019

Basic example of Tika support: https://github.com/nanodust/masala/blob/master/masala.php

@SeanDS
Copy link
Collaborator Author

SeanDS commented Jan 20, 2019

Useful new feature in WordPress 5.1: short circuit filters

@SeanDS
Copy link
Collaborator Author

SeanDS commented Apr 4, 2019

Advanced search, but not offline indexing, implemented in c25c60f.

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

No branches or pull requests

1 participant