Jump to content

Recommended Posts

  • Argent pinned this topic
Posted

This guide is so good, I think we won't need to change anything about searching for entries for a long time :P

Posted

It might be obvious, but can you mix operators in search?
For example to find all entries which contain Lift and Old followed by Magic
Something like
Lift+Old<->Magic
which isnt working

Posted
3 hours ago, Kanrei said:

It might be obvious, but can you mix operators in search?
For example to find all entries which contain Lift and Old followed by Magic
Something like
Lift+Old<->Magic
which isnt working

In theory, it should be possible. I am not sure why it doesn't work, even parenthesized. 

Posted
6 minutes ago, Farnsworth said:

Wait - Paelenium is Rosharian. Did you guys make us our own search engine?

It's more of an organizational system than a search engine, but in theory, if another fandom wanted to set up a similar system where they categorize and tag pieces of data, they would be able to use Palanaeum to help them do so. I'll let @Mestiv explain the details of it.

Posted
1 hour ago, Farnsworth said:

Wait - Paelenium is Rosharian. Did you guys make us our own search engine?

Wikipedia is its own thing, but it runs on a fork of the software MediaWiki.

Arcanum is its own thing but we call the software Arcanum runs Palanaeum, and so if other fandoms and communities want to use the open source Palanaeum, they can.

Posted
2 hours ago, Farnsworth said:

Wait - Paelenium is Rosharian. Did you guys make us our own search engine?

Like Argent said, it's not exactly a search engine. More like software to organize interview data. Yes, we made it, but the search engine part is mostly a ready solution provided by the underlying database software.

And as Chaos said, Arcanum is the name of our website, but the whole system will be available as open source project called Palanaeum next year and anyone will be able to use it, provided they have required knowledge and determination to input all the data.

  • 3 months later...
Posted

I am having issues when searching the Arcanum for simple words like downup, or the.  If I type just one of those words into the search bar at the top of the page, I get no results.  If I search the same word using the advanced search, it returns all 8933 entries, whether they contain the word or not.  

Additionally, this impacts AND searches as well.  If I search for hoid+own (I was trying to find the one about him owning the mansion), I get all 524 hoid entries.  

Posted
19 hours ago, Scion of the Mists said:

I am having issues when searching the Arcanum for simple words like downup, or the.  If I type just one of those words into the search bar at the top of the page, I get no results.  If I search the same word using the advanced search, it returns all 8933 entries, whether they contain the word or not.  

Additionally, this impacts AND searches as well.  If I search for hoid+own (I was trying to find the one about him owning the mansion), I get all 524 hoid entries.  

Unfortunately, because we use PostgreSQL full text search feature, we have to deal with it's consequences. One such consequence is that there are words that get excluded from searching, because they're too common. A more or less accurate list of those words is here: https://gist.github.com/fnando/8999831. "Own" is on that list, that's why searching for hoid+own is equal to searching for "hoid". But if you try hoid+mansion, you'll get right what you need.

Posted
2 hours ago, Mestiv said:

Unfortunately, because we use PostgreSQL full text search feature, we have to deal with it's consequences. One such consequence is that there are words that get excluded from searching, because they're too common. A more or less accurate list of those words is here: https://gist.github.com/fnando/8999831. "Own" is on that list, that's why searching for hoid+own is equal to searching for "hoid". But if you try hoid+mansion, you'll get right what you need.

Thanks for the info - I knew it had to be something like that.  

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...