Page MenuHomePhabricator

Inline query in property value (of a new property) don't work.
Closed, InvalidPublic

Description

Author: une.belette

Description:
Syntax of inline query within property don't seems to work correctly.

Syntax working :

{{#ask:[[p1::{{FULLPAGENAME}}]]}}

-> display : toto

Syntax don't working :

[[p2::{{#ask:[[p1::{{FULLPAGENAME}}]]}}]]

-> display : [[p2::toto]]

-> should display : tata

I miss use syntax or it is a bug ?

Thanks.


Version: unspecified
Severity: enhancement

Details

Reference
bz26513

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:21 PM
bzimport set Reference to bz26513.

Which version of SMW are you using? Can you reproduce this problem on a (new) testpage on http://sandbox.semantic-mediawiki.org/ and post the link here?

une.belette wrote:

Hi Markus,

I use the 1.16.0 version.

I use the last semantic extension from the svn.

See my example here : http://sandbox.semantic-mediawiki.org/wiki/InlineQueryTest

Thanks.

une.belette wrote:

I forgot to say to click on "programA" link also.

une.belette wrote:

Hi,

Do you have a lead ?

Greetings.

une.belette wrote:

Hi,

Thanks for yur response on http://sandbox.semantic-mediawiki.org/wiki/ProgramA

I should use "|link=none" :

[[p2::{{#ask:[[p1::{{FULLPAGENAME}}]]|link=none}}]]

Thanks.