•  
      request #7896 Access to Fulltext search delivers a shiny white page
    Infos
    #7896
    dylan bowden (dylan)
    2015-03-04 17:30
    2015-02-27 10:47
    7908
    Details
    Access to Fulltext search delivers a shiny white page
    Due to a previous fix, there are instances when the search doesn't know which information you want and renders a blank page.
    Empty
    development
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    dylan bowden (dylan)
    Closed
    2015-03-04
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    dylan bowden (dylan)2015-03-02 14:43
    After discussion with chief architect, way to go about fixing this is a refactor:

    - each plugin should inform the navbar how it should be searched and thus deliver the appropriate hidden value in the search form;
    - in order for a plugin to do it, it will send an event that will be answered by full text search. Full text search will then calculate if it handles the search from that plugin in the given instance or not.