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
