15 Commits
Author SHA1 Message Date
Kevin Cozens b702986896 Don't enclose event coordinates with angle brackets
The event coordinates are expected to be a set of comma separated
numbers as stated in the README file.
2022-02-13 14:31:19 -05:00
Kevin Cozens ea3f06b489 Someone reported a problem with the module when SearchURL wasn't in quotes. 2019-01-08 16:38:38 -05:00
kcozens 9b020a5e93 Fixed calculation of start time used in event searches. Searches now include
events that are still in progress but started in a previous day. Updated README
about event date, duration, and landing point format. Updated pre-compiled DLL.


git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@216 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2014-05-13 23:39:49 +00:00
kcozens 9ee7375660 Use '/' between the parts of event landing point coordinates. Updated README.
Allow 0 or -1 to be considered as the "Any" category for event listings.
Event markers are seen on the map again but still can't search for events.


git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@212 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2014-05-11 17:52:37 +00:00
kcozens 45480c288d Changes to allow event markers to appear on the world map.
Updated note in README about format for globalPos field in events table.
Don't need to search scene list for region data in OpenSearch.cs file.
Fixed passing of event_id to viewer.


git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@203 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2013-07-29 06:36:18 +00:00
kcozens 7aaa6f8dc5 Fixed time limits of event searches and include in-progress events.
Event searches for a given day now take timezone into account to get
to start of day. Updated README with mention of the timezone usage.
Updated database structure, migration file, and the pre-compiled DLL.


git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@202 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2013-07-17 20:47:16 +00:00
kcozens f4c7f1e739 Updated SQL files to use char(36) for all UUID fields.
Corrected upgrade instructions in the README file.


git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@200 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2013-06-23 15:43:43 +00:00
kcozens 147012b8ab Updated the compilation and configuration information in the README file.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@199 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2013-06-23 03:16:03 +00:00
kcozens 5186ec068b Removed some obsolete information from the README file.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@198 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2013-06-23 01:59:02 +00:00
kcozens d54733be77 Updated README with optional configuration line that specifies module name.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@196 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2013-06-23 00:44:07 +00:00
kcozens e2b4f0b60d Removed section from README about adding lines to [Modules] section.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@195 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2013-06-14 15:02:19 +00:00
kcozens 885d6ec687 webroot/query.php
- Fixed problems in Popular Places query:
  o Use supplied text and query start position when building SQL query
  o Don't include search of 'description' field as it doesn't exist

README
- Corrected format for globalPos data in events table


git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@177 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2011-11-30 01:41:49 +00:00
kcozens 3bd3b6f1db OpenSimSearch/Modules/SearchModule/OpenSearch.cs
- Use enum value instead of hard-coded number for land sales

webroot/sql/ossearch.sql
- Changed dateUTC and covercharge fields in events table.

webroot/sql/update-events-classifieds.sql
webroot/sql/update-hostregister.sql
webroot/sql/update-parcelsales.sql - Deleted these files

webroot/sql/ossearch-migrations.sql
- Added this file which lists all search database migrations organized by
  SVN version. This makes it much easier to see what has changed from one
  version of code to the next.

webroot/query.php
- Search by date now works when looking for current and upcoming events, or
  when searching for dates on a given day.
- Provide a default value for category when returning event info to avoid a
  PHP error about use of uninitialized variable.

README
- Added comments about event listings and events database table.


git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@172 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2011-11-16 22:31:41 +00:00
fly-man- 9c7b89984e Updated README, XMLRPC needs be on the machine as well
+ Added the solution for LandSales (all it needed was a 256 multiplier)

git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@162 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2010-10-27 09:36:33 +00:00
kcozens 0c02b2678f This commit adds information about how to use the ossearch module with OpenSim.
Added a README file and removed the OpenSimSearch/OpenSim-addition.ini.example
file as the information it contained is now in the new README file.

webroot/query.php:
The previous commit should have stated that results of a search of classifieds
are now returned in descending order based on the listing price.


git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@161 109abde3-1f22-4c10-b5d7-b6b0135cd00c
2010-10-26 20:27:59 +00:00