This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

ASP with File Away?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10452
    jmacklerjmackler
    Participant

    Just wondering if anyone has gotten ASP to work with File Away (https://wordpress.org/plugins/file-away/)? Can ASP be used to search the documents?

    #10455
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    I haven’t personally tested, but there is a tiny chance it might work. From what I can see the File Away plugin generates shortcodes, which parse/display the content on the front-end. The problem is that the data is not actually stored on the page, only the shortcode is.

    However the index table engine was built for cases like this. It’s basically allows to index words out of the actual post content that is displayed on the front-end, including executed shortcodes content.

    For more information check out the docs in these topics:
    Index table engine introduction
    Generating index table
    Enabling index table engine

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.