Search module on one click

Hi there!!

I would like to know if there is a way to make search faster. I’m gonna try to explain my self.

When i type a name to search a user on suite, on top right side like this:

Then it appears something like this:

And i’m able to get all information i want.

Is there anyway to step over the second image and when i use the top right side searcher get direct on basic search??
thanks!!

PD: I’m using 7.8.3 version, also sorry for my english!

You should be seeing results in that first screen. The option to use “basic search” is meant as an alternative.

If the Advanced search (the first search screen) isn’t showing anything, you probably don’t have the Indexer running, because you haven’t activated your Scheduler jobs yet.

See Admin/Schedulers (instructions at bottom of screen).

I’ve already done Schedulers steps and still happens the same “problem”

Sometimes setting up the Schedulers needs extra work until you get it right : -)

Are the jobs running? You can see the last section of this tutorial:

https://pgorod.github.io/Scheduler-Jobs/

… and if they’re not running, read the rest of the Tutorial for help!

Hi there!!

I finally find a solution for my problem:

I’ve edited themes/SuiteP/tpls/_headerModulesList.tpl

I deleted last two inputs (from each form) and i added the next input:

input type="hidden" class="form-control" name="search_fallback" value="1">

This solved my problem :slight_smile:

I tried it and it work, but it seems you dont need to remove the 2 last input but only the last one :

input type=“hidden” class=“form-control” name=“advanced” value=“false”>

Thank you for sharing this.