[Koha-bugs] [Bug 23317] Elasticsearch - IntranetCatalogSearchPulldown breaks searching indexes via query

2020-02-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23317

Nick Clemens  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 23317] Elasticsearch - IntranetCatalogSearchPulldown breaks searching indexes via query

2019-11-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23317

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #5 from Katrin Fischer  ---
(In reply to Nick Clemens from comment #4)
> So this actually works in master currently, as long as 'keyword' is selected.
> 
> If you try to select 'Title' in the dropdown and then search 'au:dickens' it
> fails
> 
> Do we need to support searches like that?

I think 'expert search' is only expected to work with keyword selected - if
that is the question :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 23317] Elasticsearch - IntranetCatalogSearchPulldown breaks searching indexes via query

2019-10-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23317

--- Comment #4 from Nick Clemens  ---
So this actually works in master currently, as long as 'keyword' is selected.

If you try to select 'Title' in the dropdown and then search 'au:dickens' it
fails

Do we need to support searches like that?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 23317] Elasticsearch - IntranetCatalogSearchPulldown breaks searching indexes via query

2019-07-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23317

--- Comment #3 from Andrew  ---
Whoops, pasted a bit more than I meant to. Here's the relevant bit:

This jQuery in IntranetUserJS can bandaid the problem:
$(document).ready(function () {
$("select.advsearch[name='idx'] option[value='kw']").attr('value',"");
});

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 23317] Elasticsearch - IntranetCatalogSearchPulldown breaks searching indexes via query

2019-07-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23317

Andrew  changed:

   What|Removed |Added

 CC||and...@bywatersolutions.com

--- Comment #2 from Andrew  ---
This jQuery in IntranetUserJS can bandaid the problem:
$(document).ready(function () {
$("select.advsearch[name='idx'] option[value='kw,phr']").after('Biblionumber');
$("select.advsearch[name='idx'] option[value='kw']").attr('value',"");
});

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 23317] Elasticsearch - IntranetCatalogSearchPulldown breaks searching indexes via query

2019-07-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23317

Ron Houk  changed:

   What|Removed |Added

 CC||rhouk@ottumwapubliclibrary.
   ||org

--- Comment #1 from Ron Houk  ---
Being able to search indexes is a very useful feature and it would be nice to
have it working with Elasticsearch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/