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 6895419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:54:23+00:00 2026-05-27T06:54:23+00:00

I need to implement a custom scoring system in my database design. My program

  • 0

I need to implement a custom scoring system in my database design. My program is a system of tags. My site is a dating site filled with tags about a particular person. A person will search for potential dates by using tags only. Each tag is rated from 1 to 10 depending on the person rates themselves on a certain tag. Here is how it works:

Search query:
Search for a girlfriend or boyfriend

Tag              Rating
---------------  ------
Good-with-kids   5
athletic-figure  9
intelligence     8
cooking          10

In the query above, someone searched for all these tags and their ratings against my database that has a collection of tags where people have rated themselves on these tags.

My problem:
When i run the query i can match profiles that contain all the tags. If a user runs a search query I would like the system to capture users that did not match all tags. If a query did not match all tags it should be ranked lower.

Do you know of a good database layout to do this?

  • 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-27T06:54:23+00:00Added an answer on May 27, 2026 at 6:54 am

    Assuming

    • A table containing a list of tags

      tags (id, name)

    • A table containing a mapping of users to tags with a weight/ranking attribute

      user_tags(user_id, tag_id, weight)

    Query

    select user_id, sum(user_tags.weight) 
    from user_tags join tags on tags.id == user_tags.tag_id
    where tags.name in ('cooking', 'intelligence')
    group by user_id
    order by sum(user_tags.weight) desc
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to implement a SSO between a SharePoint site and a custom PHP-based
I am creating a custom photography CMS system and need to implement a user
I need to implement a custom handler for MVC that gives me the first
Hey, i'm extending some WPF controls, and need to implement some custom events. I've
I need to implement a plugin architecture within c#/.net in order to load custom
I'm trying to implement a custom control in C# and I need to get
I need to produce my own DecoderFallback and DecoderFallbackBuffer classes to implement some custom
I have a situation where i need to implement a custom tree cell renderer.
Well I need to implement the comments feature on a custom coded social networking
I need to implement a custom (service) input source for a Hadoop MapReduce app.

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.