Hi,
Is it possible to have a textbox in my plugin to do a full text search on pages in confluence just like the default text box in the right top.
Thanks.
How is your plugin? Why would yo uneed another box with the same functionality you already have?
If your plugin is providing a macro and you want to include the serach box within a page content you could use the livesearch macro for that. You can include that macro in your content with the following format:
<p><ac:macro ac:name="livesearch"><ac:parameter ac:name="id">123</ac:parameter><ac:parameter ac:name="spaceKey">SPACEKEY</ac:parameter></ac:macro></p>
Both parameters (id and spaceKey) are optional.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.