[xwiki-users] Modifying the Search results page?
I am trying to connect my XWiki to a third-party search engine. How can I modify the search results page? I am trying to modify this page: http://localhost:8443/bin/view/Main/Search What file corresponds to this? In general, how can I find out what file serves a URL path? (I looked in struts-config.xml, but I did not find any "search" references there.
Hi, On 9 Oct 2015 at 04:04:22, Debajit Adhikary ([email protected](mailto:[email protected])) wrote:
I am trying to connect my XWiki to a third-party search engine.
How can I modify the search results page?
I am trying to modify this page: http://localhost:8443/bin/view/Main/Search
What file corresponds to this?
The page located in Main/Search. See http://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+navigate+to+a+given+page
In general, how can I find out what file serves a URL path? (I looked in struts-config.xml, but I did not find any "search" references there.
See http://platform.xwiki.org/xwiki/bin/view/DevGuide/Standard+URL+Format Thanks -Vincent
On Fri, Oct 9, 2015 at 5:04 AM, Debajit Adhikary <[email protected]> wrote:
I am trying to connect my XWiki to a third-party search engine.
How can I modify the search results page?
I am trying to modify this page: http://localhost:8443/bin/view/Main/Search
What file corresponds to this? In general, how can I find out what file serves a URL path? (I looked in struts-config.xml, but I did not find any "search" references there.
Main.Search is a wiki page. All wiki pages are stored in the database, not (directly) on the file system. You can edit a wiki page using the edit menu (pencil icon), as long as you have edit right. Hope this helps, Marius
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thanks. On Fri, Oct 9, 2015 at 4:21 AM, Marius Dumitru Florea < [email protected]> wrote:
On Fri, Oct 9, 2015 at 5:04 AM, Debajit Adhikary <[email protected]> wrote:
I am trying to connect my XWiki to a third-party search engine.
How can I modify the search results page?
I am trying to modify this page: http://localhost:8443/bin/view/Main/Search
What file corresponds to this? In general, how can I find out what file serves a URL path? (I looked in struts-config.xml, but I did not find any "search" references there.
Main.Search is a wiki page. All wiki pages are stored in the database, not (directly) on the file system. You can edit a wiki page using the edit menu (pencil icon), as long as you have edit right.
Hope this helps, Marius
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (4)
-
Debajit Adhikary -
Debajit Adhikary -
Marius Dumitru Florea -
vincent@massol.net