You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2015/01/23 07:15:35 UTC

[jira] [Resolved] (ANY23-131) Nested Microdata are not extracted

     [ https://issues.apache.org/jira/browse/ANY23-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney resolved ANY23-131.
----------------------------------------
    Resolution: Fixed

commit 403a8631ed7e9fd4f15968eb94ab736157e72d8f
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Date:   Thu Jan 22 22:06:47 2015 -0800

    ANY23-246 Add Open Graph Protocol and Facebook prefixes to popular.prefixes

commit 19abecc58c064cd388d3dcfe29ac90f1b7750ae0
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Date:   Thu Jan 22 20:37:04 2015 -0800

    ANY23-131 Nested Microdata are not extracted

> Nested Microdata are not extracted
> ----------------------------------
>
>                 Key: ANY23-131
>                 URL: https://issues.apache.org/jira/browse/ANY23-131
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: microdata
>    Affects Versions: 0.7.0
>            Reporter: Sebastien Richard
>            Assignee: Lewis John McGibbney
>             Fix For: 1.2
>
>
> Proposed patch:
> core/src/main/java/org/apache/any23/extractor/microdata/MicrodataParser.java:
> remove incorrect optim:
> L166
> - return getUnnestedNodes( topLevelItemScopes ); 
> + return topLevelItemScopes;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)