Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6983527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:25:50+00:00 2026-05-27T18:25:50+00:00

A newbie question, I am trying to use Freebase Suggest as a tagging resource

  • 0

A newbie question,

I am trying to use Freebase Suggest as a tagging resource for my Django project. I want to extract item name, type and id. For example, as you can see in the screenshot, I want to extract the name ‘Pearl Jam’ ,its id ‘/en/pearl_jam’, and the type ‘band’.

How can I post this data to my view?

Using the function below I can only create links to the tags.

$(function(){
   $("#myinput").suggest().bind("fb-select", function(e, data) {
     $('#myinput').val(''); // clear the input
     $('#returnValueOfFreebase').append('<a href="http://freebase.com/view'+ data.id +'">'+      data.name +'</a>  ')})
});
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T18:25:51+00:00Added an answer on May 27, 2026 at 6:25 pm

    You already have the name and the ID from data.name and data.id. You can also access the notable type from your callback function by using data['n:type'].name like this:

    $(function(){
       $("#myinput").suggest().bind("fb-select", function(e, data) {
         $('#myinput').val(''); // clear the input
         $('#returnValueOfFreebase').append('<a href="http://freebase.com/view'+ data.id +'">'+ data.name +'</a> (' + data['n:type'].name + ')')})
    });
    

    If you want to capture this data and post it back to your web app, you can create some hidden inputs and set their value from the Freebase suggest callback. Like this:

    <input id="notable_type" name="notable_type" type="hidden" />
    
    $("#myinput").suggest().bind("fb-select", function(e, data) {
        $("#notable_type").val(data['n:type'].id);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Newbie question here. I am trying to use the django-extjs library in my django
Newbie question. I am trying to use ActiveRecord::Base.connection.execute(..) in a ruby 3.1 app and
Kind of a weird newbie question...I want to use typedef enum declarations in one
Newbie question. I'm trying to use a background image for my site which is
Sorry for the newbie question, I'm trying to use the Spring MVC framework to
This is a newbie type question. I want to create a public method that
Newbie question since I'm not up to speed using maven at all. I'm trying
This seems like a newbie question except that I've been trying to wrap my
Newbie question. I have Django models that look like this: class Video(models.Model): uploaded_by =
I'm a newbie and I'm trying to use test in an <xsl:when> element to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.