The FacetedDBLP logo    Search for: in:

Disable automatic phrases ?     Syntactic query expansion: ?

Searching for Self-* with no syntactic query expansion in all metadata.Query 3 create temporary table if not exists query_resultxkf323 ENGINE=memory select id, match (title) against ('Self-*' in boolean mode) as score from dblp_pub_new where match (title) against ('Self-*' in boolean mode) UNION ALL select p1.id, match (p2.title) against ('Self-*' in boolean mode) as score from dblp_pub_new p1 join dblp_pub_new p2 on p1.crossref=p2.dblp_key where match (p2.title) against ('Self-*' in boolean mode) UNION ALL select id, match (source) against ('Self-*' in boolean mode) as score from dblp_pub_new where match (source) against ('Self-*' in boolean mode) UNION ALL select id, match (name) against ('Self-*' in boolean mode) as score from dblp_keywords_new where match (name) against ('Self-*' in boolean mode) UNION ALL select id, match (abstract) against ('Self-*' in boolean mode) as score from dblp_abstracts_new where match (abstract) against ('Self-*' in boolean mode) UNION ALL select id, match (author) against ('Self-*' in boolean mode) as score from dblp_author_ref_new where match (author) against ('Self-*' in boolean mode) failed syntax error, unexpected $end, expecting FTS_TERM or FTS_NUMB or '*'