Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filter results -exact match › Reply To: Filter results -exact match
Hi!
You are very welcome Neil!
1. I tried to select the ‘FY6’ from the list, and I got these 4 results there:
Then I checked if those pages on the editor screen, if they have the FY6 category selected, but it appears, that they all do: result 1, result 2, result 3, result 4
It seems to be correct to me. Can you please check that?
2. Well, with the hidden search bar it automatically switches to block layout, as it does not have a reference point anymore. I have looked at the implementation, and with custom CSS you can sort-of hack it to hover a bit below the selection box, like this.
I used this custom CSS to achieve that:
#panel-10802-3-1-1 .so-widget-sow-editor.so-widget-sow-editor-base {
position: relative;
}
div#panel-10802-4-0-1 {
z-index: 0;
position: relative;
}
.asp_r_5 {
position: absolute !important;
z-index: 1 !important;
top: 170px !important;
left: 0 !important;
}