Page MenuHomePhabricator

Backend work for cross-wiki search results: implement query for cross-wiki results display
Closed, DeclinedPublic

Description

We need to implement a different query for the cross-wiki side bar results - different than what we use for the full search results from the native wiki.

  • special syntax won't be supported for the cross-wiki results (i.e.: insource:)
    • with the possible exception of intitle:
  • no crazy queries allowed :)

Event Timeline

We decided to, for now, utilize the default query building that we already have. 'No crazy queries' was resolved by estimating a complexity based on feature usage and only running interwiki below a reasonable threshold.