WP File Search Parser Doc

WP FILE SEARCH adds a powerful feature at the search mechanism of your site, as it enables searching on the content of the pdf, docx, doc, and pdf files that are uploaded to the WordPress media library. The only thing you have to do is to install the plugin and it will automatically be incorporated with the WordPress default search mechanism, in order to list not only the pages and articles, but also all the files that contain a specific key-word.

=== WP FILE SEARCH ===
Contributors: axaros, MariaOiko
Tags: file, search, pdf, docx, odt
Requires at least: 4.2.5
Tested up to: 4.6.1
Stable tag: 1.0.3

* Plugin Original URI: https://github.com/ellak-monades-aristeias/wp-file-search
* Plugin URI: https://github.com/rweil55/wp-file-search-parser-doc
* Description: WP SEARCH FILE enables searching on pdf, docx, doc and odt files
* Version: 1.0.7
* Author: Antonis Balasas, Roy Weil
* Author URI: https://plugins.RoyWeil.com/wp-file-search
* License: GPLv3+
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: wp-file-search
* Domain Path: /languages
*/
WP SEARCH FILE enables searching on pdf, docx, doc and odt files

== Description ==

WP FILE SEARCH adds a powerful feature at the search mechanism of your site, as it enables searching on the content of the pdf, docx, doc, and pdf files that are uploaded to the WordPress media library. The only thing you have to do is to install the plugin and it will automatically be incorporated with the WordPress default search mechanism, in order to list not only the pages and articles, but also all the files that contain a specific key-word.

= Supported file formats =

* PDF
* DOCX
* DOCM
* DOC
* ODT
= Supported languages =

* English
* Greek
== Installation ==

1. Upload the WP FILE SEARCH plugin file (`wp-file-search.zip`) to the `/wp-content/plugins/` directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress

== Frequently Asked Questions ==

= How can I add a search form that will also search in files’ content? =

There is no need to add an extra form. You can simple search through files on the default WordPress search form.

= What file formats are available on search mechanism? =

pdf, docx, doc, odt.

== Screenshots ==

1. Settings

== Changelog ==

= 1.0.8 =
added if ($debugPostsSearch) to the posts_search routine
changed in class_wp_dile_search.php $debugparse from true to false to eliminate logging output
Started in class_wp_dile_search.php a shortcode “file_search_debug” to display problem file information

= 1.0.7 =
added closing quote to check update routine’
added docm, doc to the admin settngs page
added docm, doc to the admin page_int
= 1.0.6 =
added if debug to the parse_documents routine
added if debug to the get_unparsed_documents routine
added not various file type to the query – should be other way
added a catch around the main parsing routine.
= 1.0.5 =
Removed a write_log from the doc.php routine
Added write_log to the class-wp-file-search
added the fetch for roys plugin server
changed the unparse query to uset post_id rather then meta_id
added docm parsing

= 1.0.4 =
Updated the description field
Added DOC to the administration screen
Fixed missing include of the doc.php file

= 1.0.3 =
Added file plugin_update_check for use of https://kernl.us plugin server

= 1.0.2 =
* fix plugins conflict withe the class Parser
* Add file search of .doc files

= 1.0.1 =
* Make plugin compatible with previous versions of php

= 1.0 =
* Initial release of WP FILE SEARCH