Post Stream Search

MIT license Latest Stable Version Total Downloads Donate

This extension lets users filter the discussion post stream by keyword and other criteria.

The filter toolbar can be brought up by typing CTRL+F or CTRL+SHIFT+F while on a discussion page.
The browser might not allow intercepting CTRL+F.
In that case only the variant with SHIFT will work.
Other access methods can be enabled in the extension settings.

The toolbar contains fields to perform a text search or filter by one or multiple authors.

If the Scout extension is enabled (0.3.0+ required) the text search in posts will use the Scout index.

The toolbar can be "pinned" and will automatically appear anytime a discussion is opened.

When filters are applied, posts that don't match are hidden but a label remains saying how many posts have been hidden between posts that remain visible.
The sort order does not change, posts remain sorted chronologically.

At the moment filters cannot be perma-linked.
If the page is refreshed, the unfiltered page will be shown again.

The matched keywords are not highlighted in the search results by default.
This feature is provided by the Advanced Search Highlight extension.

When using the default Flarum search (Scout not enabled), some of the same quirks as the Flarum search will apply: you will only get results when typing 3+ characters, and the search could match tokens that are part of the post source but not its output.
When using Scout, those effects might not be present depending on the driver.

Installation

This extension will automatically install Flamarkt Backoffice to gain access to some of its re-usable components.
You must enable Backoffice in the extension list before enabling this extension.
The backoffice panel isn't used, you can ignore it.

composer require clarkwinkelmann/flarum-ext-post-stream-search

If you want search result highlighting, also install the following extension. It requires PHP 7.4+

composer require clarkwinkelmann/flarum-ext-advanced-search-highlight

Support

This extension is under minimal maintenance.

It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.

You can contact me to sponsor additional features or updates.

Support is offered on a "best effort" basis through the Flarum community thread.

Links

    clarkwinkelmann thanks for the extension! It's a great contribution. I just translated it into Spanish to help and share with more people.

    I've noticed that the search also requires 3 characters to work, just like in Flarum. I guess that is expected.

    Another thing that I really liked is the label that is included by the author of the discussion. This includes what other extensions like Topic Starter do and it only needs some CSS to adapt it to our liking, in my case:

    .OriginalPosterBadge {
      margin-left: 10px;
      padding: 1px 10px 3px 10px;
      background: #4d698e;
      color: white;
      border-radius: 4px;
      font-size: 14px;
      display: inline;
    }

    Regards.

      jslirola search also requires 3 characters to work

      That's correct, it's a MySQL limitation. If you use the Scout integration it should work with any number of characters.

      jslirola it only needs some CSS to adapt it to our liking

      I intentionally left the badge very simple since there can be so many ways to customize it. Great to hear it works for you!


      For context this extension started out as a server-side implementation that could replace https://discuss.flarum.org/d/30689-only-starter-only-show-the-topic-starters-replies . Turns out the same implementation is great for post search, which led to this extension having both text search and user filters. The starter badge ended up in the same extension as well since the goal was to allow quick filtering from the badge.

      clarkwinkelmann wow, it's gorgeous! Thanks for the extension. I've been waiting for something like this for years 🤝

      5 months later
      8 months later

      @clarkwinkelmann I just installed this extension but there seem to be some minor issues with it. The keyword search works fine but it does not clear the search results when I click the clear button. Also search by author does not seem to be working.

      Using the latest version of Flarum with all components updated.

        cmsoc can you share your php flarum info output and check if there is any error logged in the browser javascript console or in the Flarum log file? https://docs.flarum.org/troubleshoot

        If the problem can be observed as guest, can you share a link to a page where I can try it myself? You can send the link privately to the email on my website if you prefer to not disclose it publicly.

          clarkwinkelmann Thank you for the reply 🙂

          I enabled debug and don't see anything in the log file. But there are some errors in the console. Please see below.

          Also, it does not work without logging into the forum. So, cannot help you in checking it out as a guest.

          Console Output

          [justoverclock/be-active-user-indicator] Hello, forum!
          forum.js?v=a4867c32:1 [Violation] 'requestAnimationFrame' handler took 57ms
          forum.js?v=a4867c32:1 TypeError: e.ranks(...).reverse is not a function
          at e.<anonymous> (forum.js?v=a4867c32:434:598115)
          at forEach.t.<computed> [as view] (forum.js?v=a4867c32:1:390371)
          at Function.a (forum.js?v=a4867c32:1:135101)
          at forum.js?v=a4867c32:1:136865
          at forum.js?v=a4867c32:1:136998
          at c (forum.js?v=a4867c32:1:137121)
          at l (forum.js?v=a4867c32:1:135265)
          at forum.js?v=a4867c32:1:136113
          at c (forum.js?v=a4867c32:1:136417)
          at l (forum.js?v=a4867c32:1:135265)
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:434
          Promise.then (async)
          s.initializers.add.b.applyFilters @ forum.js?v=a4867c32:434
          (anonymous) @ forum.js?v=a4867c32:434
          setTimeout (async)
          (anonymous) @ forum.js?v=a4867c32:434
          (anonymous) @ forum.js?v=a4867c32:1
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 [Violation] 'requestAnimationFrame' handler took 68ms
          forum.js?v=a4867c32:1 [Violation] 'requestAnimationFrame' handler took 83ms
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          Promise.then (async)
          n.scrollToItem @ forum.js?v=a4867c32:1
          n.scrollToNumber @ forum.js?v=a4867c32:1
          n.triggerScroll @ forum.js?v=a4867c32:1
          n.onupdate @ forum.js?v=a4867c32:1
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          n.search @ forum.js?v=a4867c32:434
          n.oninputfocus @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:434
          Promise.then (async)
          s.initializers.add.b.applyFilters @ forum.js?v=a4867c32:434
          onchange @ forum.js?v=a4867c32:434
          n.setValue @ forum.js?v=a4867c32:434
          n.addModel @ forum.js?v=a4867c32:434
          n.toggleModel @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          n.search @ forum.js?v=a4867c32:434
          n.oninputfocus @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          handler @ forum.js?v=a4867c32:1
          dispatch @ forum.js?v=a4867c32:1
          v.handle @ forum.js?v=a4867c32:1
          trigger @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          each @ forum.js?v=a4867c32:1
          each @ forum.js?v=a4867c32:1
          trigger @ forum.js?v=a4867c32:1
          A.each.A.fn.<computed> @ forum.js?v=a4867c32:1
          n.onready @ forum.js?v=a4867c32:434
          (anonymous) @ forum.js?v=a4867c32:434
          setTimeout (async)
          n.toggleModel @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:434
          Promise.then (async)
          s.initializers.add.b.applyFilters @ forum.js?v=a4867c32:434
          onchange @ forum.js?v=a4867c32:434
          n.setValue @ forum.js?v=a4867c32:434
          n.removeModel @ forum.js?v=a4867c32:434
          n.toggleModel @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          onmousedown @ forum.js?v=a4867c32:434
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          n.search @ forum.js?v=a4867c32:434
          n.oninputfocus @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          handler @ forum.js?v=a4867c32:1
          dispatch @ forum.js?v=a4867c32:1
          v.handle @ forum.js?v=a4867c32:1
          trigger @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          each @ forum.js?v=a4867c32:1
          each @ forum.js?v=a4867c32:1
          trigger @ forum.js?v=a4867c32:1
          A.each.A.fn.<computed> @ forum.js?v=a4867c32:1
          n.onready @ forum.js?v=a4867c32:434
          (anonymous) @ forum.js?v=a4867c32:434
          setTimeout (async)
          n.toggleModel @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          onmousedown @ forum.js?v=a4867c32:434
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:434
          Promise.then (async)
          s.initializers.add.b.applyFilters @ forum.js?v=a4867c32:434
          onchange @ forum.js?v=a4867c32:434
          n.setValue @ forum.js?v=a4867c32:434
          n.addModel @ forum.js?v=a4867c32:434
          n.toggleModel @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          onmousedown @ forum.js?v=a4867c32:434
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          n.search @ forum.js?v=a4867c32:434
          n.oninputfocus @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          handler @ forum.js?v=a4867c32:1
          dispatch @ forum.js?v=a4867c32:1
          v.handle @ forum.js?v=a4867c32:1
          trigger @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          each @ forum.js?v=a4867c32:1
          each @ forum.js?v=a4867c32:1
          trigger @ forum.js?v=a4867c32:1
          A.each.A.fn.<computed> @ forum.js?v=a4867c32:1
          n.onready @ forum.js?v=a4867c32:434
          (anonymous) @ forum.js?v=a4867c32:434
          setTimeout (async)
          n.toggleModel @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:434
          Promise.then (async)
          s.initializers.add.b.applyFilters @ forum.js?v=a4867c32:434
          onchange @ forum.js?v=a4867c32:434
          n.setValue @ forum.js?v=a4867c32:434
          n.addModel @ forum.js?v=a4867c32:434
          n.toggleModel @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          a @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:1
          requestAnimationFrame (async)
          u @ forum.js?v=a4867c32:1
          (anonymous) @ forum.js?v=a4867c32:434
          Promise.then (async)
          s.initializers.add.b.applyFilters @ forum.js?v=a4867c32:434
          onchange @ forum.js?v=a4867c32:434
          n.setValue @ forum.js?v=a4867c32:434
          n.removeModel @ forum.js?v=a4867c32:434
          n.toggleModel @ forum.js?v=a4867c32:434
          O.handleEvent @ forum.js?v=a4867c32:1
          forum.js?v=a4867c32:1 TypeError: Cannot read properties of undefined (reading 'onbeforeupdate')
          at forum.js?v=a4867c32:1:140029
          at p (forum.js?v=a4867c32:1:140237)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:138154)
          at forum.js?v=a4867c32:1:141437
          at p (forum.js?v=a4867c32:1:141475)
          at f (forum.js?v=a4867c32:1:139653)
          at forum.js?v=a4867c32:1:141437!<

          php flarum info

          Flarum core: 1.8.5
          PHP version: 8.2.14
          MySQL version: 10.6.3-MariaDB-1:10.6.3+mariabuster-log
          Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, pcntl, random, Reflection, SPL, session, standard, sodium, mysqlnd, PDO, xml, apcu, bcmath, bz2, calendar, ctype, curl, dba, dom, enchant, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, igbinary, imagick, imap, intl, exif, mongodb, msgpack, mysqli, odbc, pdo_dblib, PDO_Firebird, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, readline, redis, shmop, SimpleXML, soap, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, xmlreader, xmlrpc, xmlwriter, xsl, zip, memcached, Zend OPcache
          +-------------------------------------------+---------+--------+
          | Flarum Extensions | | |
          +-------------------------------------------+---------+--------+
          | ID | Version | Commit |
          +-------------------------------------------+---------+--------+
          | flarum-flags | v1.8.0 | |
          | flarum-tags | v1.8.0 | |
          | flarum-approval | v1.8.1 | |
          | flarum-suspend | v1.8.1 | |
          | flarum-mentions | v1.8.3 | |
          | flarum-subscriptions | v1.8.0 | |
          | flarum-sticky | v1.8.0 | |
          | fof-oauth | 1.6.6 | |
          | flarum-nicknames | v1.8.0 | |
          | fof-byobu | 1.3.5 | |
          | ianm-level-ranks | 1.1.1 | |
          | fof-user-directory | 1.3.3 | |
          | fof-follow-tags | 1.2.2 | |
          | flamarkt-backoffice | 0.1.3 | |
          | fof-merge-discussions | 1.4.1 | |
          | flarum-markdown | v1.8.0 | |
          | flarum-likes | v1.8.0 | |
          | v17development-user-badges | v1.1.0 | |
          | v17development-seo | v1.8.0 | |
          | the-turk-stickiest | 3.0.1 | |
          | nearata-tags-color-generator | v2.3.0 | |
          | matteociaroni-public-suspensions | v1.0.0 | |
          | katosdev-signature | 1.6 | |
          | justoverclock-be-active-user-indicator | 0.1.0 | |
          | jslirola-login2seeplus | v0.2.1 | |
          | ianm-oauth-amazon | 1.0.2 | |
          | ianm-html-head | 1.2.3 | |
          | fof-username-request | 1.2.4 | |
          | fof-user-bio | 1.3.2 | |
          | fof-upload | 1.5.4 | |
          | fof-subscribed | 1.1.4 | |
          | fof-split | 1.1.1 | |
          | fof-socialprofile | 1.1.6 | |
          | fof-sitemap | 2.2.1 | |
          | fof-share-social | 1.1.3 | |
          | fof-secure-https | 1.1.3 | |
          | fof-recaptcha | 1.3.2 | |
          | fof-reactions | 1.3.5 | |
          | fof-prevent-necrobumping | 1.1.2 | |
          | fof-pretty-mail | 1.1.2 | |
          | fof-polls | 1.4.2 | |
          | fof-nightmode | 1.5.3 | |
          | fof-links | 1.2.2 | |
          | fof-gamification | 1.6.7 | |
          | fof-formatting | 1.0.3 | |
          | fof-drafts | 1.2.10 | |
          | fof-default-user-preferences | 1.2.1 | |
          | fof-default-group | 1.1.2 | |
          | fof-best-answer | 1.4.1 | |
          | fof-anti-spam | 1.1.2 | |
          | fof-analytics | 1.1.0 | |
          | flarumite-simple-discussion-views | 1.2.2 | |
          | flarum-statistics | v1.8.0 | |
          | flarum-lock | v1.8.0 | |
          | flarum-lang-english | v1.8.0 | |
          | flarum-emoji | v1.8.0 | |
          | flarum-bbcode | v1.8.0 | |
          | davwheat-ads | 1.2.0 | |
          | datlechin-link-preview | v1.4.0 | |
          | datlechin-birthdays | v2.1.0 | |
          | clarkwinkelmann-post-stream-search | 1.1.0 | |
          | clarkwinkelmann-emojionearea | 1.0.0 | |
          | clarkwinkelmann-discussion-bookmarks | 2.0.1 | |
          | clarkwinkelmann-advanced-search-highlight | 1.0.2 | |
          | blomstra-usercard-stats | 0.1.2 | |
          | blomstra-sort-order-toggle | 0.2.0 | |
          | blomstra-oauth-apple | 0.1.3 | |
          | blomstra-mark-unread | 0.2.0 | |
          | blomstra-fontawesome | 0.1.5 | |
          | blomstra-flag-duplicates | 0.2.1 | |
          | blomstra-cache-assets | 0.5 | |
          | askvortsov-rich-text | v2.1.7 | |
          | askvortsov-moderator-warnings | v0.6.3 | |
          | askvortsov-markdown-tables | v1.2.1 | |
          | antoinefr-money | v1.3.1 |!<

          10 days later

          cmsoc I cannot replicate the issue.

          I installed Post Stream Search and Level Ranks on my 1.8 test forum and there are no javascript errors. It must be a combination of even more extensions that trigger the issue.

          If you can try replicating with fewer extensions it would be helpful, ideally if you have a development copy of your website where you can disable all extensions until the problem stops happening to identify the culprits.

          6 months later

          I’m having an issue when trying to enable the extension. The error I’m receiving states Cannot enable Post Stream Search until the following dependencies are met: backoffice

          I tried doing composer require flamarkt/backoffice, but that didn’t work.

          EDIT: Never mind, I lack reading comprehension and didn’t enable the Backoffice extension.

          Is there a way to press enter or use the arrow keys to go between matching results? I’m on my iPad, so if there is, it doesn’t work for me.

          Also, can you make this work with the cmd key on Mac/iDevices?