@mherger, you sent me here, see the logs:

with 8.3 - not working
__________

[21-08-30 09:42:57.1417]
Slim::Plugin::FullTextSearch::Plugin::createHelperTable (259) Fulltext
search query (album): CREATE  TABLE albumsSearch AS SELECT
SUBSTR(fulltext.id, 33) AS id, FULLTEXTWEIGHT(matchinfo(fulltext)) AS
fulltextweight FROM fulltext WHERE fulltext MATCH 'type:album greg* AND
brown*' 
[21-08-30 09:42:57.2325]
Slim::Plugin::FullTextSearch::Plugin::parseSearchTerm (368) Search token
(track): 'greg* AND brown*'
[21-08-30 09:42:57.2327]
Slim::Plugin::FullTextSearch::Plugin::parseSearchTerm (369) Large
resultset? no
[21-08-30 09:42:57.2333]
Slim::Plugin::FullTextSearch::Plugin::createHelperTable (259) Fulltext
search query (track): CREATE  TABLE tracksSearch AS SELECT
SUBSTR(fulltext.id, 33) AS id, FULLTEXTWEIGHT(matchinfo(fulltext)) AS
fulltextweight FROM fulltext WHERE fulltext MATCH 'type:track greg* AND
brown*' ORDER BY fulltextweight
[21-08-30 09:42:57.2842]
Slim::Plugin::FullTextSearch::Plugin::parseSearchTerm (368) Search token
(playlist): 'greg* AND brown*'
[21-08-30 09:42:57.2844]
Slim::Plugin::FullTextSearch::Plugin::parseSearchTerm (369) Large
resultset? no
[21-08-30 09:42:57.2848]
Slim::Plugin::FullTextSearch::Plugin::createHelperTable (259) Fulltext
search query (playlist): CREATE  TABLE playlistSearch AS SELECT
SUBSTR(fulltext.id, 33) AS id, FULLTEXTWEIGHT(matchinfo(fulltext)) AS
fulltextweight FROM fulltext WHERE fulltext MATCH 'type:playlist greg*
AND brown*' 

with 8.2 - working
______________

[21-08-30 09:45:34.2770]
Slim::Plugin::FullTextSearch::Plugin::parseSearchTerm (352) Large
resultset? no
[21-08-30 09:45:34.2773]
Slim::Plugin::FullTextSearch::Plugin::createHelperTable (242) Fulltext
search query (track): CREATE  TABLE tracksSearch AS SELECT id,
FULLTEXTWEIGHT(matchinfo(fulltext)) AS fulltextweight FROM fulltext
WHERE fulltext MATCH 'type:track greg* AND brown*' ORDER BY
fulltextweight
[21-08-30 09:45:34.3268]
Slim::Plugin::FullTextSearch::Plugin::dropHelperTable (249) 
[21-08-30 09:45:34.4122]
Slim::Plugin::FullTextSearch::Plugin::parseSearchTerm (351) Search token
(playlist): 'greg* AND brown*'
[21-08-30 09:45:34.4124]
Slim::Plugin::FullTextSearch::Plugin::parseSearchTerm (352) Large
resultset? no
[21-08-30 09:45:34.4130]
Slim::Plugin::FullTextSearch::Plugin::createHelperTable (242) Fulltext
search query (playlist): CREATE  TABLE playlistSearch AS SELECT id,
FULLTEXTWEIGHT(matchinfo(fulltext)) AS fulltextweight FROM fulltext
WHERE fulltext MATCH 'type:playlist greg* AND brown*' 

_______

it seems, with a quick compare, that the search query is different
between the versions.
Of course i have a player connected during search.....


------------------------------------------------------------------------
mamema's Profile: http://forums.slimdevices.com/member.php?userid=44662
View this thread: http://forums.slimdevices.com/showthread.php?t=115060

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to