• Resolved firefly2712

    (@firefly2712)


    I install full text search pro but i don’t know how to create form search in page. I want customer can search full text. I follow documents of fulltext search plugin but i don’t see how to fix this problem. Can you help me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Epsiloncool

    (@epsiloncool)

    Hello,

    the standard search widget should work. This is how WP FTS is working. It extends standard search so it should search through PDF/DOC/DOCX etc content.

    Can I see your site URL to make some tests?

    Plugin Author Epsiloncool

    (@epsiloncool)

    Also, you can contact me real-time with live site messenger.

    Thread Starter firefly2712

    (@firefly2712)

    I want to say that i don’t know how to search from page ( view of end user). after i try to find solved, finally i find ‘s’ properties in WP_Query. Awesome, if i want search a word, i can write wp = new WP_query($a); with

    $a = [
    ...
    's' => 'word that i want to find'
    ...
    ];

    I think u can write it in the document or guideline.
    Thanks for reading.

    • This reply was modified 6 years, 3 months ago by firefly2712.
    • This reply was modified 6 years, 3 months ago by firefly2712.
    • This reply was modified 6 years, 3 months ago by firefly2712.
    Plugin Author Epsiloncool

    (@epsiloncool)

    Great! Thank you for this notice, we will include this to our FAQ.

    Plugin Author Epsiloncool

    (@epsiloncool)

    Resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘fulll text search in page’ is closed to new replies.